#776252

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

Shades of Pine Cone #776252

Tints of Pine Cone #776252

Color information

#776252 (or 0x776252) is unknown color: approx Pine Cone. HEX triplet: 77, 62 and 52. RGB value is (119,98,82). Sum of RGB (Red+Green+Blue) = 119+98+82=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 119 - color contains mainly: red. Hex color #776252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776252 is #889DAD. Grayscale: #666666. Windows color (decimal): -8953262 or 5399159. OLE color: 5399159.

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

Color convert

RGB1199882-
CMYK00.180.310.53
HSL25.95º18.41%39.41%-
HSV(B)25.95º31.09%46.67%-
XYZ13.513.279.83-
YUV102.46116.46139.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.80%
GREEN value IS 98 (38.67% from 255) = 32.78%
BLUE value IS 82 (32.42% from 255) = 27.42%
R=39.80%
G=32.78%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119988200.180.310.5325.9518.4139.41
Hex7762520121F351a1227
Octal1671421220223765322247
Binary111011111000101010010010010111111101011101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776252; }

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

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

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

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

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

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

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

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