#776456

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

Shades of Pine Cone #776456

Tints of Pine Cone #776456

Color information

#776456 (or 0x776456) is unknown color: approx Pine Cone. HEX triplet: 77, 64 and 56. RGB value is (119,100,86). Sum of RGB (Red+Green+Blue) = 119+100+86=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #776456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776456 is #889BA9. Grayscale: #686868. Windows color (decimal): -8952746 or 5661815. OLE color: 5661815.

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

Color convert

RGB11910086-
CMYK00.160.280.53
HSL25.45º16.1%40.2%-
HSV(B)25.45º27.73%46.67%-
XYZ13.8413.7110.72-
YUV104.08117.79138.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.02%
GREEN value IS 100 (39.45% from 255) = 32.79%
BLUE value IS 86 (33.98% from 255) = 28.20%
R=39.02%
G=32.79%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191008600.160.280.5325.4516.140.2
Hex7764560101C35191028
Octal1671441260203465312050
Binary111011111001001010110010000111001101011100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776456; }

 p { color: rgb(119,100,86); }

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

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

 a { background-color: rgb(119,100,86); }

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

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

 span { border-color: rgb(119,100,86); }

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