#786352

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

Shades of Pine Cone #786352

Tints of Pine Cone #786352

Color information

#786352 (or 0x786352) is unknown color: approx Pine Cone. HEX triplet: 78, 63 and 52. RGB value is (120,99,82). Sum of RGB (Red+Green+Blue) = 120+99+82=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 120 - color contains mainly: red. Hex color #786352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786352 is #879CAD. Grayscale: #676767. Windows color (decimal): -8887470 or 5399416. OLE color: 5399416.

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

Color convert

RGB1209982-
CMYK00.170.320.53
HSL26.84º18.81%39.61%-
HSV(B)26.84º31.67%47.06%-
XYZ13.7313.539.87-
YUV103.34115.96139.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.87%
GREEN value IS 99 (39.06% from 255) = 32.89%
BLUE value IS 82 (32.42% from 255) = 27.24%
R=39.87%
G=32.89%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120998200.170.320.5326.8418.8139.61
Hex78635201120351b1328
Octal1701431220214065332350
Binary1111000110001110100100100011000001101011101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786352; }

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

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

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

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

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

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

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

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