#78634B

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

Shades of Pine Cone #78634B

Tints of Pine Cone #78634B

Color information

#78634B (or 0x78634B) is unknown color: approx Pine Cone. HEX triplet: 78, 63 and 4B. RGB value is (120,99,75). Sum of RGB (Red+Green+Blue) = 120+99+75=294 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.82% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 120 - color contains mainly: red. Hex color #78634B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78634B is #879CB4. Grayscale: #666666. Windows color (decimal): -8887477 or 4940664. OLE color: 4940664.

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

Color convert

RGB1209975-
CMYK00.170.370.53
HSL32º23.08%38.24%-
HSV(B)32º37.5%47.06%-
XYZ13.4813.428.54-
YUV102.54112.46140.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.82%
GREEN value IS 99 (39.06% from 255) = 33.67%
BLUE value IS 75 (29.69% from 255) = 25.51%
R=40.82%
G=33.67%
B=25.51%

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
Decimal120997500.170.370.533223.0838.24
Hex78634B0112535201726
Octal1701431130214565402746
Binary11110001100011100101101000110010111010110000010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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