#767544

Color #767544 Hemlock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemlock #767544

Tints of Hemlock #767544

Color information

#767544 (or 0x767544) is unknown color: approx Hemlock. HEX triplet: 76, 75 and 44. RGB value is (118,117,68). Sum of RGB (Red+Green+Blue) = 118+117+68=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 118 - color contains mainly: red. Hex color #767544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767544 is #898ABB. Grayscale: #6F6F6F. Windows color (decimal): -9013948 or 4486518. OLE color: 4486518.

HSL color Cylindrical-coordinate representation of color #767544: hue angle of 58.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #767544 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB11811768-
CMYK00.010.420.54
HSL58.8º26.88%36.47%-
HSV(B)58.8º42.37%46.27%-
XYZ14.8816.997.96-
YUV111.71103.33132.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 38.94%
GREEN value IS 117 (46.09% from 255) = 38.61%
BLUE value IS 68 (26.95% from 255) = 22.44%
R=38.94%
G=38.61%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181176800.010.420.5458.826.8836.47
Hex767544012A363b1b24
Octal166165104015266733344
Binary1110110111010110001000110101011011011101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767544; }

 p { color: rgb(118,117,68); }

 H1.HeaderClassName
 {
   color: #767544;
 }
 .AnyTagClassName
 {
   color: #767544;
 }
</style>
background-color css

<style>
 a { background-color: #767544; }

 a { background-color: rgb(118,117,68); }

 div.DivClassName
 {
   background-color: #767544;
 }
 .BgClassName
 {
   background-color: #767544;
 }
</style>
border-color css

<style>
 span { border-color: #767544; }

 span { border-color: rgb(118,117,68); }

 td.TdClassName
 {
   border-color: #767544;
 }
 .TagClassName
 {
   border-color: #767544;
 }
</style>