#78473C

Color #78473C Bole (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bole #78473C

Tints of Bole #78473C

Color information

#78473C (or 0x78473C) is unknown color: approx Bole. HEX triplet: 78, 47 and 3C. RGB value is (120,71,60). Sum of RGB (Red+Green+Blue) = 120+71+60=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #78473C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78473C is #87B8C3. Grayscale: #545454. Windows color (decimal): -8894660 or 3950456. OLE color: 3950456.

HSL color Cylindrical-coordinate representation of color #78473C: hue angle of 11º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78473C is Cyan = 0, Magento = 0.41, Yellow = 0.5 and Black (K on CMYK) = 0.53.

Color convert

RGB1207160-
CMYK00.410.50.53
HSL11º33.33%35.29%-
HSV(B)11º50%47.06%-
XYZ10.818.835.41-
YUV84.4114.23153.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.81%
GREEN value IS 71 (28.12% from 255) = 28.29%
BLUE value IS 60 (23.83% from 255) = 23.90%
R=47.81%
G=28.29%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.5
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120716000.410.50.531133.3335.29
Hex78473C0293235b2123
Octal170107740516265134143
Binary1111000100011111110001010011100101101011011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78473C; }

 p { color: rgb(120,71,60); }

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

<style>
 a { background-color: #78473C; }

 a { background-color: rgb(120,71,60); }

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

<style>
 span { border-color: #78473C; }

 span { border-color: rgb(120,71,60); }

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