#78644B

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

Shades of Pine Cone #78644B

Tints of Pine Cone #78644B

Color information

#78644B (or 0x78644B) is unknown color: approx Pine Cone. HEX triplet: 78, 64 and 4B. RGB value is (120,100,75). Sum of RGB (Red+Green+Blue) = 120+100+75=295 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.68% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 120 - color contains mainly: red. Hex color #78644B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78644B is #879BB4. Grayscale: #676767. Windows color (decimal): -8887221 or 4940920. OLE color: 4940920.

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

Color convert

RGB12010075-
CMYK00.170.370.53
HSL33.33º23.08%38.24%-
HSV(B)33.33º37.5%47.06%-
XYZ13.5713.628.57-
YUV103.13112.13140.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.68%
GREEN value IS 100 (39.45% from 255) = 33.90%
BLUE value IS 75 (29.69% from 255) = 25.42%
R=40.68%
G=33.90%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201007500.170.370.5333.3323.0838.24
Hex78644B0112535211726
Octal1701441130214565412746
Binary11110001100100100101101000110010111010110000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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