#78604B

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

Shades of Pine Cone #78604B

Tints of Pine Cone #78604B

Color information

#78604B (or 0x78604B) is unknown color: approx Pine Cone. HEX triplet: 78, 60 and 4B. RGB value is (120,96,75). Sum of RGB (Red+Green+Blue) = 120+96+75=291 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.24% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 120 - color contains mainly: red. Hex color #78604B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78604B is #879FB4. Grayscale: #646464. Windows color (decimal): -8888245 or 4939896. OLE color: 4939896.

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

Color convert

RGB1209675-
CMYK00.20.370.53
HSL28º23.08%38.24%-
HSV(B)28º37.5%47.06%-
XYZ13.212.878.44-
YUV100.78113.45141.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.24%
GREEN value IS 96 (37.89% from 255) = 32.99%
BLUE value IS 75 (29.69% from 255) = 25.77%
R=41.24%
G=32.99%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120967500.20.370.532823.0838.24
Hex78604B01425351c1726
Octal1701401130244565342746
Binary1111000110000010010110101001001011101011110010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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