#786752

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

Shades of Pine Cone #786752

Tints of Pine Cone #786752

Color information

#786752 (or 0x786752) is unknown color: approx Pine Cone. HEX triplet: 78, 67 and 52. RGB value is (120,103,82). Sum of RGB (Red+Green+Blue) = 120+103+82=305 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.34% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 120 - color contains mainly: red. Hex color #786752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786752 is #8798AD. Grayscale: #696969. Windows color (decimal): -8886446 or 5400440. OLE color: 5400440.

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

Color convert

RGB12010382-
CMYK00.140.320.53
HSL33.16º18.81%39.61%-
HSV(B)33.16º31.67%47.06%-
XYZ14.1214.310-
YUV105.69114.63138.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.34%
GREEN value IS 103 (40.62% from 255) = 33.77%
BLUE value IS 82 (32.42% from 255) = 26.89%
R=39.34%
G=33.77%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201038200.140.320.5333.1618.8139.61
Hex7867520E2035211328
Octal1701471220164065412350
Binary1111000110011110100100111010000011010110000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786752; }

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

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

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

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

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

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

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

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