#77604F

Color #77604F Pine Cone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Cone #77604F

Tints of Pine Cone #77604F

Color information

#77604F (or 0x77604F) is unknown color: approx Pine Cone. HEX triplet: 77, 60 and 4F. RGB value is (119,96,79). Sum of RGB (Red+Green+Blue) = 119+96+79=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #77604F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77604F is #889FB0. Grayscale: #656565. Windows color (decimal): -8953777 or 5202039. OLE color: 5202039.

HSL color Cylindrical-coordinate representation of color #77604F: hue angle of 25.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77604F is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1199679-
CMYK00.190.340.53
HSL25.5º20.2%38.82%-
HSV(B)25.5º33.61%46.67%-
XYZ13.212.859.18-
YUV100.94115.62140.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.48%
GREEN value IS 96 (37.89% from 255) = 32.65%
BLUE value IS 79 (31.25% from 255) = 26.87%
R=40.48%
G=32.65%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119967900.190.340.5325.520.238.82
Hex77604F01322351a1427
Octal1671401170234265322447
Binary1110111110000010011110100111000101101011101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77604F; }

 p { color: rgb(119,96,79); }

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

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

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

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

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

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

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