#776254

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

Shades of Pine Cone #776254

Tints of Pine Cone #776254

Color information

#776254 (or 0x776254) is unknown color: approx Pine Cone. HEX triplet: 77, 62 and 54. RGB value is (119,98,84). Sum of RGB (Red+Green+Blue) = 119+98+84=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 84 (33.20% from 255 or 27.91% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #776254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776254 is #889DAB. Grayscale: #666666. Windows color (decimal): -8953260 or 5530231. OLE color: 5530231.

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

Color convert

RGB1199884-
CMYK00.180.290.53
HSL24º17.24%39.8%-
HSV(B)24º29.41%46.67%-
XYZ13.5813.310.24-
YUV102.68117.46139.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.53%
GREEN value IS 98 (38.67% from 255) = 32.56%
BLUE value IS 84 (33.20% from 255) = 27.91%
R=39.53%
G=32.56%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119988400.180.290.532417.2439.8
Hex7762540121D35181128
Octal1671421240223565302150
Binary111011111000101010100010010111011101011100010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776254; }

 p { color: rgb(119,98,84); }

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

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

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

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

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

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

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