#776556

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

Shades of Pine Cone #776556

Tints of Pine Cone #776556

Color information

#776556 (or 0x776556) is unknown color: approx Pine Cone. HEX triplet: 77, 65 and 56. RGB value is (119,101,86). Sum of RGB (Red+Green+Blue) = 119+101+86=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 119 - color contains mainly: red. Hex color #776556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776556 is #889AA9. Grayscale: #686868. Windows color (decimal): -8952490 or 5662071. OLE color: 5662071.

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

Color convert

RGB11910186-
CMYK00.150.280.53
HSL27.27º16.1%40.2%-
HSV(B)27.27º27.73%46.67%-
XYZ13.9413.910.75-
YUV104.67117.46138.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.89%
GREEN value IS 101 (39.84% from 255) = 33.01%
BLUE value IS 86 (33.98% from 255) = 28.10%
R=38.89%
G=33.01%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191018600.150.280.5327.2716.140.2
Hex7765560F1C351b1028
Octal1671451260173465332050
Binary11101111100101101011001111111001101011101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776556; }

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

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

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

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

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

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

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

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