#784944

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

Shades of Bole #784944

Tints of Bole #784944

Color information

#784944 (or 0x784944) is unknown color: approx Bole. HEX triplet: 78, 49 and 44. RGB value is (120,73,68). Sum of RGB (Red+Green+Blue) = 120+73+68=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #784944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784944 is #87B6BB. Grayscale: #565656. Windows color (decimal): -8894140 or 4475256. OLE color: 4475256.

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

Color convert

RGB1207368-
CMYK00.390.430.53
HSL5.77º27.66%36.86%-
HSV(B)5.77º43.33%47.06%-
XYZ11.179.186.65-
YUV86.48117.57151.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.98%
GREEN value IS 73 (28.91% from 255) = 27.97%
BLUE value IS 68 (26.95% from 255) = 26.05%
R=45.98%
G=27.97%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120736800.390.430.535.7727.6636.86
Hex7849440272B3561c25
Octal170111104047536563445
Binary111100010010011000100010011110101111010111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784944; }

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

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

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

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

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

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

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

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