#77614F

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

Shades of Pine Cone #77614F

Tints of Pine Cone #77614F

Color information

#77614F (or 0x77614F) is unknown color: approx Pine Cone. HEX triplet: 77, 61 and 4F. RGB value is (119,97,79). Sum of RGB (Red+Green+Blue) = 119+97+79=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #77614F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77614F is #889EB0. Grayscale: #656565. Windows color (decimal): -8953521 or 5202295. OLE color: 5202295.

HSL color Cylindrical-coordinate representation of color #77614F: hue angle of 27º 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 #77614F is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1199779-
CMYK00.180.340.53
HSL27º20.2%38.82%-
HSV(B)27º33.61%46.67%-
XYZ13.2913.049.21-
YUV101.53115.29140.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.34%
GREEN value IS 97 (38.28% from 255) = 32.88%
BLUE value IS 79 (31.25% from 255) = 26.78%
R=40.34%
G=32.88%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119977900.180.340.532720.238.82
Hex77614F01222351b1427
Octal1671411170224265332447
Binary1110111110000110011110100101000101101011101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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