#784744

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

Shades of Bole #784744

Tints of Bole #784744

Color information

#784744 (or 0x784744) is unknown color: approx Bole. HEX triplet: 78, 47 and 44. RGB value is (120,71,68). Sum of RGB (Red+Green+Blue) = 120+71+68=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 68 (26.95% from 255 or 26.25% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #784744 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784744 is #87B8BB. Grayscale: #555555. Windows color (decimal): -8894652 or 4474744. OLE color: 4474744.

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

Color convert

RGB1207168-
CMYK00.410.430.53
HSL3.46º27.66%36.86%-
HSV(B)3.46º43.33%47.06%-
XYZ11.048.926.61-
YUV85.31118.23152.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.33%
GREEN value IS 71 (28.12% from 255) = 27.41%
BLUE value IS 68 (26.95% from 255) = 26.25%
R=46.33%
G=27.41%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120716800.410.430.533.4627.6636.86
Hex7847440292B3531c25
Octal170107104051536533445
Binary11110001000111100010001010011010111101011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784744; }

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

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

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

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

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

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

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

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