#784040

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

Shades of Bole #784040

Tints of Bole #784040

Color information

#784040 (or 0x784040) is unknown color: approx Bole. HEX triplet: 78, 40 and 40. RGB value is (120,64,64). Sum of RGB (Red+Green+Blue) = 120+64+64=248 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.39% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 120 - color contains mainly: red. Hex color #784040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784040 is #87BFBF. Grayscale: #505050. Windows color (decimal): -8896448 or 4210808. OLE color: 4210808.

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

Color convert

RGB1206464-
CMYK00.470.470.53
HSL30.43%36.08%-
HSV(B)46.67%47.06%-
XYZ10.58.035.85-
YUV80.74118.55156-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.39%
GREEN value IS 64 (25.39% from 255) = 25.81%
BLUE value IS 64 (25.39% from 255) = 25.81%
R=48.39%
G=25.81%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120646400.470.470.53030.4336.08
Hex78404002F2F3501e24
Octal170100100057576503644
Binary1111000100000010000000101111101111110101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784040; }

 p { color: rgb(120,64,64); }

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

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

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

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

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

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

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