#784844

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

Shades of Bole #784844

Tints of Bole #784844

Color information

#784844 (or 0x784844) is unknown color: approx Bole. HEX triplet: 78, 48 and 44. RGB value is (120,72,68). Sum of RGB (Red+Green+Blue) = 120+72+68=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 120 - color contains mainly: red. Hex color #784844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784844 is #87B7BB. Grayscale: #555555. Windows color (decimal): -8894396 or 4475000. OLE color: 4475000.

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

Color convert

RGB1207268-
CMYK00.400.430.53
HSL4.62º27.66%36.86%-
HSV(B)4.62º43.33%47.06%-
XYZ11.119.056.63-
YUV85.9117.9152.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.15%
GREEN value IS 72 (28.52% from 255) = 27.69%
BLUE value IS 68 (26.95% from 255) = 26.15%
R=46.15%
G=27.69%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120726800.400.430.534.6227.6636.86
Hex7848440282B3551c25
Octal170110104050536553445
Binary111100010010001000100010100010101111010110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784844; }

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

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

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

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

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

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

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

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