#784B44

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

Shades of Bole #784B44

Tints of Bole #784B44

Color information

#784B44 (or 0x784B44) is unknown color: approx Bole. HEX triplet: 78, 4B and 44. RGB value is (120,75,68). Sum of RGB (Red+Green+Blue) = 120+75+68=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 75 (29.69% from 255 or 28.52% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #784B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784B44 is #87B4BB. Grayscale: #575757. Windows color (decimal): -8893628 or 4475768. OLE color: 4475768.

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

Color convert

RGB1207568-
CMYK00.370.430.53
HSL8.08º27.66%36.86%-
HSV(B)8.08º43.33%47.06%-
XYZ11.319.446.7-
YUV87.66116.91151.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.63%
GREEN value IS 75 (29.69% from 255) = 28.52%
BLUE value IS 68 (26.95% from 255) = 25.86%
R=45.63%
G=28.52%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120756800.370.430.538.0827.6636.86
Hex784B440252B3581c25
Octal1701131040455365103445
Binary1111000100101110001000100101101011110101100011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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