#767440

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

Shades of Hemlock #767440

Tints of Hemlock #767440

Color information

#767440 (or 0x767440) is unknown color: approx Hemlock. HEX triplet: 76, 74 and 40. RGB value is (118,116,64). Sum of RGB (Red+Green+Blue) = 118+116+64=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #767440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767440 is #898BBF. Grayscale: #6E6E6E. Windows color (decimal): -9014208 or 4224118. OLE color: 4224118.

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

Color convert

RGB11811664-
CMYK00.020.460.54
HSL57.78º29.67%35.69%-
HSV(B)57.78º45.76%46.27%-
XYZ14.6416.717.3-
YUV110.67101.66133.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.60%
GREEN value IS 116 (45.70% from 255) = 38.93%
BLUE value IS 64 (25.39% from 255) = 21.48%
R=39.60%
G=38.93%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181166400.020.460.5457.7829.6735.69
Hex767440022E363a1e24
Octal166164100025666723644
Binary11101101110100100000001010111011011011101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767440; }

 p { color: rgb(118,116,64); }

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

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

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

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

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

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

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