#776251

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

Shades of Pine Cone #776251

Tints of Pine Cone #776251

Color information

#776251 (or 0x776251) is unknown color: approx Pine Cone. HEX triplet: 77, 62 and 51. RGB value is (119,98,81). Sum of RGB (Red+Green+Blue) = 119+98+81=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 81 (32.03% from 255 or 27.18% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #776251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776251 is #889DAE. Grayscale: #666666. Windows color (decimal): -8953263 or 5333623. OLE color: 5333623.

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

Color convert

RGB1199881-
CMYK00.180.320.53
HSL26.84º19%39.22%-
HSV(B)26.84º31.93%46.67%-
XYZ13.4613.259.63-
YUV102.34115.96139.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.93%
GREEN value IS 98 (38.67% from 255) = 32.89%
BLUE value IS 81 (32.03% from 255) = 27.18%
R=39.93%
G=32.89%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119988100.180.320.5326.841939.22
Hex77625101220351b1327
Octal1671421210224065332347
Binary1110111110001010100010100101000001101011101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776251; }

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

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

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

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

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

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

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

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