#777742

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

Shades of Hemlock #777742

Tints of Hemlock #777742

Color information

#777742 (or 0x777742) is unknown color: approx Hemlock. HEX triplet: 77, 77 and 42. RGB value is (119,119,66). Sum of RGB (Red+Green+Blue) = 119+119+66=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777742 is #8888BD. Grayscale: #717171. Windows color (decimal): -8947902 or 4355959. OLE color: 4355959.

HSL color Cylindrical-coordinate representation of color #777742: hue angle of 60º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #777742 is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB11911966-
CMYK000.450.53
HSL60º28.65%36.27%-
HSV(B)60º44.54%46.67%-
XYZ15.1917.517.73-
YUV112.96101.5132.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.14%
GREEN value IS 119 (46.88% from 255) = 39.14%
BLUE value IS 66 (26.17% from 255) = 21.71%
R=39.14%
G=39.14%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911966000.450.536028.6536.27
Hex777742002D353c1d24
Octal167167102005565743544
Binary1110111111011110000100010110111010111110011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777742; }

 p { color: rgb(119,119,66); }

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

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

 a { background-color: rgb(119,119,66); }

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

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

 span { border-color: rgb(119,119,66); }

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