#78604E

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

Shades of Pine Cone #78604E

Tints of Pine Cone #78604E

Color information

#78604E (or 0x78604E) is unknown color: approx Pine Cone. HEX triplet: 78, 60 and 4E. RGB value is (120,96,78). Sum of RGB (Red+Green+Blue) = 120+96+78=294 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.82% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 120 - color contains mainly: red. Hex color #78604E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78604E is #879FB1. Grayscale: #656565. Windows color (decimal): -8888242 or 5136504. OLE color: 5136504.

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

Color convert

RGB1209678-
CMYK00.20.350.53
HSL25.71º21.21%38.82%-
HSV(B)25.71º35%47.06%-
XYZ13.312.919-
YUV101.12114.95141.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.82%
GREEN value IS 96 (37.89% from 255) = 32.65%
BLUE value IS 78 (30.86% from 255) = 26.53%
R=40.82%
G=32.65%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120967800.20.350.5325.7121.2138.82
Hex78604E01423351a1527
Octal1701401160244365322547
Binary1111000110000010011100101001000111101011101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78604E; }

 p { color: rgb(120,96,78); }

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

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

 a { background-color: rgb(120,96,78); }

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

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

 span { border-color: rgb(120,96,78); }

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