Color Hex Logo

#764548 Color Hex

#764548
(118,69,72)
0 Favorites   0 Comments

Color spaces of #764548

RGB 1186972
HSL0.990.260.37
HSV356°42°46°
CMYK 0.000.420.39   0.54
XYZ10.76908.57577.2186
Yxy8.57570.40540.3228
Hunter Lab29.284314.39405.8840
CIE-Lab35.154221.45237.2511

#764548 color RGB value is (118,69,72).

#764548 hex color red value is 118, green value is 69 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #764548 hue: 0.99 , saturation: 0.26 and the lightness value of 764548 is 0.37.

The process color (four color CMYK) of #764548 color hex is 0.00, 0.42, 0.39, 0.54. Web safe color of #764548 is #663333. Color #764548 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000101 01001000
Octal 166 105 110
Decimal 118 69 72
Hex 76 45 48

RGB Percentages of Color #764548

%45.56
%26.64
%27.80

CMYK Percentages of Color #764548

%0
%42
%39
%54

Triadic Colors of #764548

#764548 #487645 #454876

Analogous Colors of #764548

#764548 #765b45 #764561

Monochromatic Colors of #764548

#764548

Complementary Color

#764548 #457673

#764548 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764548 Color Preview on White Background

Lorem ipsum dolor sit amet.

#764548 Color CSS Codes

.mybgcolor {background-color:#764548; } 
.myforecolor {color:#764548; }
.mybordercolor {border:3px solid #764548; }

#764548 Text Font Color

<p style="color:#764548">Text here</p>

This sample text font color is #764548
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#764548 Background Color

<div style="background-color:#764548">
Div content here</div>

This div background color is #764548


#764548 Border Color

<div style="border:3px solid #764548">
Div here</div>

This div border color is #764548


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,69,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #764548; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #764548;
  -webkit-box-shadow: 1px 1px 3px 2px #764548;
  box-shadow:         1px 1px 3px 2px #764548; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,69,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #764548">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #764548;
  -webkit-box-shadow: 1px 1px 3px 2px #764548;
  box-shadow:         1px 1px 3px 2px #764548;">
Div content here</div>

This div box has shadow with color #764548

#764548 Color Palettes


Comments

No comments written yet.

Please login to write comment.