#776250

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

Shades of Pine Cone #776250

Tints of Pine Cone #776250

Color information

#776250 (or 0x776250) is unknown color: approx Pine Cone. HEX triplet: 77, 62 and 50. RGB value is (119,98,80). Sum of RGB (Red+Green+Blue) = 119+98+80=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #776250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776250 is #889DAF. Grayscale: #666666. Windows color (decimal): -8953264 or 5268087. OLE color: 5268087.

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

Color convert

RGB1199880-
CMYK00.180.330.53
HSL27.69º19.6%39.02%-
HSV(B)27.69º32.77%46.67%-
XYZ13.4213.249.44-
YUV102.23115.46139.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.07%
GREEN value IS 98 (38.67% from 255) = 33.00%
BLUE value IS 80 (31.64% from 255) = 26.94%
R=40.07%
G=33.00%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119988000.180.330.5327.6919.639.02
Hex77625001221351c1427
Octal1671421200224165342447
Binary1110111110001010100000100101000011101011110010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776250; }

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

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

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

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

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

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

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

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