#78463C

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

Shades of Bole #78463C

Tints of Bole #78463C

Color information

#78463C (or 0x78463C) is unknown color: approx Bole. HEX triplet: 78, 46 and 3C. RGB value is (120,70,60). Sum of RGB (Red+Green+Blue) = 120+70+60=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 120 - color contains mainly: red. Hex color #78463C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78463C is #87B9C3. Grayscale: #535353. Windows color (decimal): -8894916 or 3950200. OLE color: 3950200.

HSL color Cylindrical-coordinate representation of color #78463C: hue angle of 10º 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 #78463C is Cyan = 0, Magento = 0.42, Yellow = 0.5 and Black (K on CMYK) = 0.53.

Color convert

RGB1207060-
CMYK00.420.50.53
HSL10º33.33%35.29%-
HSV(B)10º50%47.06%-
XYZ10.758.75.39-
YUV83.81114.56153.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48%
GREEN value IS 70 (27.73% from 255) = 28%
BLUE value IS 60 (23.83% from 255) = 24%
R=48%
G=28%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.5
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120706000.420.50.531033.3335.29
Hex78463C02A3235a2123
Octal170106740526265124143
Binary1111000100011011110001010101100101101011010100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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