#776554

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

Shades of Pine Cone #776554

Tints of Pine Cone #776554

Color information

#776554 (or 0x776554) is unknown color: approx Pine Cone. HEX triplet: 77, 65 and 54. RGB value is (119,101,84). Sum of RGB (Red+Green+Blue) = 119+101+84=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 84 (33.20% from 255 or 27.63% from 304); Max value from RGB is 119 - color contains mainly: red. Hex color #776554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776554 is #889AAB. Grayscale: #686868. Windows color (decimal): -8952492 or 5530999. OLE color: 5530999.

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

Color convert

RGB11910184-
CMYK00.150.290.53
HSL29.14º17.24%39.8%-
HSV(B)29.14º29.41%46.67%-
XYZ13.8613.8710.33-
YUV104.44116.46138.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.14%
GREEN value IS 101 (39.84% from 255) = 33.22%
BLUE value IS 84 (33.20% from 255) = 27.63%
R=39.14%
G=33.22%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191018400.150.290.5329.1417.2439.8
Hex7765540F1D351d1128
Octal1671451240173565352150
Binary11101111100101101010001111111011101011110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776554; }

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

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

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

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

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

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

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

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