#776550

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

Shades of Pine Cone #776550

Tints of Pine Cone #776550

Color information

#776550 (or 0x776550) is unknown color: approx Pine Cone. HEX triplet: 77, 65 and 50. RGB value is (119,101,80). Sum of RGB (Red+Green+Blue) = 119+101+80=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #776550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776550 is #889AAF. Grayscale: #686868. Windows color (decimal): -8952496 or 5268855. OLE color: 5268855.

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

Color convert

RGB11910180-
CMYK00.150.330.53
HSL32.31º19.6%39.02%-
HSV(B)32.31º32.77%46.67%-
XYZ13.7113.819.53-
YUV103.99114.46138.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.67%
GREEN value IS 101 (39.84% from 255) = 33.67%
BLUE value IS 80 (31.64% from 255) = 26.67%
R=39.67%
G=33.67%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191018000.150.330.5332.3119.639.02
Hex7765500F2135201427
Octal1671451200174165402447
Binary1110111110010110100000111110000111010110000010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776550; }

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

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

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

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

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

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

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

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