#767646

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

Shades of Hemlock #767646

Tints of Hemlock #767646

Color information

#767646 (or 0x767646) is unknown color: approx Hemlock. HEX triplet: 76, 76 and 46. RGB value is (118,118,70). Sum of RGB (Red+Green+Blue) = 118+118+70=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 118 - color contains mainly: red, green. Hex color #767646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767646 is #8989B9. Grayscale: #707070. Windows color (decimal): -9013690 or 4617846. OLE color: 4617846.

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

Color convert

RGB11811870-
CMYK000.410.54
HSL60º25.53%36.86%-
HSV(B)60º40.68%46.27%-
XYZ15.0617.258.33-
YUV112.53104131.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.56%
GREEN value IS 118 (46.48% from 255) = 38.56%
BLUE value IS 70 (27.73% from 255) = 22.88%
R=38.56%
G=38.56%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811870000.410.546025.5336.86
Hex7676460029363c1a25
Octal166166106005166743245
Binary1110110111011010001100010100111011011110011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767646; }

 p { color: rgb(118,118,70); }

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

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

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

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

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

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

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