#786550

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

Shades of Pine Cone #786550

Tints of Pine Cone #786550

Color information

#786550 (or 0x786550) is unknown color: approx Pine Cone. HEX triplet: 78, 65 and 50. RGB value is (120,101,80). Sum of RGB (Red+Green+Blue) = 120+101+80=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 120 - color contains mainly: red. Hex color #786550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786550 is #879AAF. Grayscale: #686868. Windows color (decimal): -8886960 or 5268856. OLE color: 5268856.

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

Color convert

RGB12010180-
CMYK00.160.330.53
HSL31.5º20%39.22%-
HSV(B)31.5º33.33%47.06%-
XYZ13.8513.889.54-
YUV104.29114.29139.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.87%
GREEN value IS 101 (39.84% from 255) = 33.55%
BLUE value IS 80 (31.64% from 255) = 26.58%
R=39.87%
G=33.55%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201018000.160.330.5331.52039.22
Hex7865500102135201427
Octal1701451200204165402447
Binary11110001100101101000001000010000111010110000010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786550; }

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

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

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

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

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

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

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

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