#784240

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

Shades of Bole #784240

Tints of Bole #784240

Color information

#784240 (or 0x784240) is unknown color: approx Bole. HEX triplet: 78, 42 and 40. RGB value is (120,66,64). Sum of RGB (Red+Green+Blue) = 120+66+64=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 120 - color contains mainly: red. Hex color #784240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784240 is #87BDBF. Grayscale: #515151. Windows color (decimal): -8895936 or 4211320. OLE color: 4211320.

HSL color Cylindrical-coordinate representation of color #784240: hue angle of 2.14º 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 #784240 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB1206664-
CMYK00.450.470.53
HSL2.14º30.43%36.08%-
HSV(B)2.14º46.67%47.06%-
XYZ10.628.265.89-
YUV81.92117.89155.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48%
GREEN value IS 66 (26.17% from 255) = 26.4%
BLUE value IS 64 (25.39% from 255) = 25.6%
R=48%
G=26.4%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120666400.450.470.532.1430.4336.08
Hex78424002D2F3521e24
Octal170102100055576523644
Binary11110001000010100000001011011011111101011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784240; }

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

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

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

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

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

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

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

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