#78664F

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

Shades of Pine Cone #78664F

Tints of Pine Cone #78664F

Color information

#78664F (or 0x78664F) is unknown color: approx Pine Cone. HEX triplet: 78, 66 and 4F. RGB value is (120,102,79). Sum of RGB (Red+Green+Blue) = 120+102+79=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 120 - color contains mainly: red. Hex color #78664F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78664F is #8799B0. Grayscale: #686868. Windows color (decimal): -8886705 or 5203576. OLE color: 5203576.

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

Color convert

RGB12010279-
CMYK00.150.340.53
HSL33.66º20.6%39.02%-
HSV(B)33.66º34.17%47.06%-
XYZ13.9114.069.38-
YUV104.76113.46138.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.87%
GREEN value IS 102 (40.23% from 255) = 33.89%
BLUE value IS 79 (31.25% from 255) = 26.25%
R=39.87%
G=33.89%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201027900.150.340.5333.6620.639.02
Hex78664F0F2235221527
Octal1701461170174265422547
Binary1111000110011010011110111110001011010110001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78664F; }

 p { color: rgb(120,102,79); }

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

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

 a { background-color: rgb(120,102,79); }

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

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

 span { border-color: rgb(120,102,79); }

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