#767548

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

Shades of Hemlock #767548

Tints of Hemlock #767548

Color information

#767548 (or 0x767548) is unknown color: approx Hemlock. HEX triplet: 76, 75 and 48. RGB value is (118,117,72). Sum of RGB (Red+Green+Blue) = 118+117+72=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 118 - color contains mainly: red. Hex color #767548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767548 is #898AB7. Grayscale: #707070. Windows color (decimal): -9013944 or 4748662. OLE color: 4748662.

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

Color convert

RGB11811772-
CMYK00.010.390.54
HSL58.7º24.21%37.25%-
HSV(B)58.7º38.98%46.27%-
XYZ1517.048.63-
YUV112.17105.33132.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 117 (46.09% from 255) = 38.11%
BLUE value IS 72 (28.52% from 255) = 23.45%
R=38.44%
G=38.11%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181177200.010.390.5458.724.2137.25
Hex7675480127363b1825
Octal166165110014766733045
Binary1110110111010110010000110011111011011101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767548; }

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

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

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

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

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

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

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

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