#784B47

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

Shades of Bole #784B47

Tints of Bole #784B47

Color information

#784B47 (or 0x784B47) is unknown color: approx Bole. HEX triplet: 78, 4B and 47. RGB value is (120,75,71). Sum of RGB (Red+Green+Blue) = 120+75+71=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #784B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784B47 is #87B4B8. Grayscale: #585858. Windows color (decimal): -8893625 or 4672376. OLE color: 4672376.

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

Color convert

RGB1207571-
CMYK00.370.410.53
HSL4.9º25.65%37.45%-
HSV(B)4.9º40.83%47.06%-
XYZ11.49.487.19-
YUV88118.41150.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.11%
GREEN value IS 75 (29.69% from 255) = 28.20%
BLUE value IS 71 (28.12% from 255) = 26.69%
R=45.11%
G=28.20%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120757100.370.410.534.925.6537.45
Hex784B47025293551a25
Octal170113107045516553245
Binary111100010010111000111010010110100111010110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,75,71); }

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

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

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

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

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

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

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