#786756

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

Shades of Pine Cone #786756

Tints of Pine Cone #786756

Color information

#786756 (or 0x786756) is unknown color: approx Pine Cone. HEX triplet: 78, 67 and 56. RGB value is (120,103,86). Sum of RGB (Red+Green+Blue) = 120+103+86=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 120 - color contains mainly: red. Hex color #786756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786756 is #8798A9. Grayscale: #6A6A6A. Windows color (decimal): -8886442 or 5662584. OLE color: 5662584.

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

Color convert

RGB12010386-
CMYK00.140.280.53
HSL30º16.5%40.39%-
HSV(B)30º28.33%47.06%-
XYZ14.2814.3710.82-
YUV106.14116.63137.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.83%
GREEN value IS 103 (40.62% from 255) = 33.33%
BLUE value IS 86 (33.98% from 255) = 27.83%
R=38.83%
G=33.33%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201038600.140.280.533016.540.39
Hex7867560E1C351e1128
Octal1701471260163465362150
Binary11110001100111101011001110111001101011111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786756; }

 p { color: rgb(120,103,86); }

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

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

 a { background-color: rgb(120,103,86); }

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

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

 span { border-color: rgb(120,103,86); }

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