#786552

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

Shades of Pine Cone #786552

Tints of Pine Cone #786552

Color information

#786552 (or 0x786552) is unknown color: approx Pine Cone. HEX triplet: 78, 65 and 52. RGB value is (120,101,82). Sum of RGB (Red+Green+Blue) = 120+101+82=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 120 - color contains mainly: red. Hex color #786552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786552 is #879AAD. Grayscale: #686868. Windows color (decimal): -8886958 or 5399928. OLE color: 5399928.

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

Color convert

RGB12010182-
CMYK00.160.320.53
HSL30º18.81%39.61%-
HSV(B)30º31.67%47.06%-
XYZ13.9213.919.93-
YUV104.52115.29139.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.60%
GREEN value IS 101 (39.84% from 255) = 33.33%
BLUE value IS 82 (32.42% from 255) = 27.06%
R=39.60%
G=33.33%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201018200.160.320.533018.8139.61
Hex78655201020351e1328
Octal1701451220204065362350
Binary1111000110010110100100100001000001101011111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786552; }

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

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

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

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

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

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

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

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