#785F4D

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

Shades of Pine Cone #785F4D

Tints of Pine Cone #785F4D

Color information

#785F4D (or 0x785F4D) is unknown color: approx Pine Cone. HEX triplet: 78, 5F and 4D. RGB value is (120,95,77). Sum of RGB (Red+Green+Blue) = 120+95+77=292 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.10% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 120 - color contains mainly: red. Hex color #785F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785F4D is #87A0B2. Grayscale: #646464. Windows color (decimal): -8888499 or 5070712. OLE color: 5070712.

HSL color Cylindrical-coordinate representation of color #785F4D: hue angle of 25.12º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #785F4D is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB1209577-
CMYK00.210.360.53
HSL25.12º21.83%38.63%-
HSV(B)25.12º35.83%47.06%-
XYZ13.1812.718.78-
YUV100.42114.78141.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.10%
GREEN value IS 95 (37.5% from 255) = 32.53%
BLUE value IS 77 (30.47% from 255) = 26.37%
R=41.10%
G=32.53%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120957700.210.360.5325.1221.8338.63
Hex785F4D0152435191627
Octal1701371150254465312647
Binary1111000101111110011010101011001001101011100110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785F4D; }

 p { color: rgb(120,95,77); }

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

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

 a { background-color: rgb(120,95,77); }

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

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

 span { border-color: rgb(120,95,77); }

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