#786050

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

Shades of Pine Cone #786050

Tints of Pine Cone #786050

Color information

#786050 (or 0x786050) is unknown color: approx Pine Cone. HEX triplet: 78, 60 and 50. RGB value is (120,96,80). Sum of RGB (Red+Green+Blue) = 120+96+80=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 120 - color contains mainly: red. Hex color #786050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786050 is #879FAF. Grayscale: #656565. Windows color (decimal): -8888240 or 5267576. OLE color: 5267576.

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

Color convert

RGB1209680-
CMYK00.20.330.53
HSL24º20%39.22%-
HSV(B)24º33.33%47.06%-
XYZ13.3812.949.38-
YUV101.35115.95141.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.54%
GREEN value IS 96 (37.89% from 255) = 32.43%
BLUE value IS 80 (31.64% from 255) = 27.03%
R=40.54%
G=32.43%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120968000.20.330.53242039.22
Hex7860500142135181427
Octal1701401200244165302447
Binary1111000110000010100000101001000011101011100010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786050; }

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

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

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

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

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

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

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

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