#78644E

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

Shades of Pine Cone #78644E

Tints of Pine Cone #78644E

Color information

#78644E (or 0x78644E) is unknown color: approx Pine Cone. HEX triplet: 78, 64 and 4E. RGB value is (120,100,78). Sum of RGB (Red+Green+Blue) = 120+100+78=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 120 - color contains mainly: red. Hex color #78644E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78644E is #879BB1. Grayscale: #676767. Windows color (decimal): -8887218 or 5137528. OLE color: 5137528.

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

Color convert

RGB12010078-
CMYK00.170.350.53
HSL31.43º21.21%38.82%-
HSV(B)31.43º35%47.06%-
XYZ13.6813.669.12-
YUV103.47113.63139.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.27%
GREEN value IS 100 (39.45% from 255) = 33.56%
BLUE value IS 78 (30.86% from 255) = 26.17%
R=40.27%
G=33.56%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201007800.170.350.5331.4321.2138.82
Hex78644E01123351f1527
Octal1701441160214365372547
Binary1111000110010010011100100011000111101011111110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78644E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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