#776351

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

Shades of Pine Cone #776351

Tints of Pine Cone #776351

Color information

#776351 (or 0x776351) is unknown color: approx Pine Cone. HEX triplet: 77, 63 and 51. RGB value is (119,99,81). Sum of RGB (Red+Green+Blue) = 119+99+81=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 81 (32.03% from 255 or 27.09% from 299); Max value from RGB is 119 - color contains mainly: red. Hex color #776351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776351 is #889CAE. Grayscale: #676767. Windows color (decimal): -8953007 or 5333879. OLE color: 5333879.

HSL color Cylindrical-coordinate representation of color #776351: hue angle of 28.42º 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 #776351 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB1199981-
CMYK00.170.320.53
HSL28.42º19%39.22%-
HSV(B)28.42º31.93%46.67%-
XYZ13.5513.449.66-
YUV102.93115.63139.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.80%
GREEN value IS 99 (39.06% from 255) = 33.11%
BLUE value IS 81 (32.03% from 255) = 27.09%
R=39.80%
G=33.11%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119998100.170.320.5328.421939.22
Hex77635101120351c1327
Octal1671431210214065342347
Binary1110111110001110100010100011000001101011110010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776351; }

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

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

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

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

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

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

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

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