#784A46

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

Shades of Bole #784A46

Tints of Bole #784A46

Color information

#784A46 (or 0x784A46) is unknown color: approx Bole. HEX triplet: 78, 4A and 46. RGB value is (120,74,70). Sum of RGB (Red+Green+Blue) = 120+74+70=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #784A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784A46 is #87B5B9. Grayscale: #575757. Windows color (decimal): -8893882 or 4606584. OLE color: 4606584.

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

Color convert

RGB1207470-
CMYK00.380.420.53
HSL4.8º26.32%37.25%-
HSV(B)4.8º41.67%47.06%-
XYZ11.39.337-
YUV87.3118.24151.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.45%
GREEN value IS 74 (29.30% from 255) = 28.03%
BLUE value IS 70 (27.73% from 255) = 26.52%
R=45.45%
G=28.03%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120747000.380.420.534.826.3237.25
Hex784A460262A3551a25
Octal170112106046526553245
Binary111100010010101000110010011010101011010110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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