#784A42

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

Shades of Bole #784A42

Tints of Bole #784A42

Color information

#784A42 (or 0x784A42) is unknown color: approx Bole. HEX triplet: 78, 4A and 42. RGB value is (120,74,66). Sum of RGB (Red+Green+Blue) = 120+74+66=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 120 - color contains mainly: red. Hex color #784A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784A42 is #87B5BD. Grayscale: #565656. Windows color (decimal): -8893886 or 4344440. OLE color: 4344440.

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

Color convert

RGB1207466-
CMYK00.380.450.53
HSL8.89º29.03%36.47%-
HSV(B)8.89º45%47.06%-
XYZ11.189.286.36-
YUV86.84116.24151.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.15%
GREEN value IS 74 (29.30% from 255) = 28.46%
BLUE value IS 66 (26.17% from 255) = 25.38%
R=46.15%
G=28.46%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120746600.380.450.538.8929.0336.47
Hex784A420262D3591d24
Octal1701121020465565113544
Binary1111000100101010000100100110101101110101100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784A42; }

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

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

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

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

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

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

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

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