#78614F

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

Shades of Pine Cone #78614F

Tints of Pine Cone #78614F

Color information

#78614F (or 0x78614F) is unknown color: approx Pine Cone. HEX triplet: 78, 61 and 4F. RGB value is (120,97,79). Sum of RGB (Red+Green+Blue) = 120+97+79=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 120 - color contains mainly: red. Hex color #78614F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78614F is #879EB0. Grayscale: #656565. Windows color (decimal): -8887985 or 5202296. OLE color: 5202296.

HSL color Cylindrical-coordinate representation of color #78614F: hue angle of 26.34º 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 #78614F is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1209779-
CMYK00.190.340.53
HSL26.34º20.6%39.02%-
HSV(B)26.34º34.17%47.06%-
XYZ13.4313.119.22-
YUV101.82115.12140.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.54%
GREEN value IS 97 (38.28% from 255) = 32.77%
BLUE value IS 79 (31.25% from 255) = 26.69%
R=40.54%
G=32.77%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120977900.190.340.5326.3420.639.02
Hex78614F01322351a1527
Octal1701411170234265322547
Binary1111000110000110011110100111000101101011101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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