#784745

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

Shades of Bole #784745

Tints of Bole #784745

Color information

#784745 (or 0x784745) is unknown color: approx Bole. HEX triplet: 78, 47 and 45. RGB value is (120,71,69). Sum of RGB (Red+Green+Blue) = 120+71+69=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 120 - color contains mainly: red. Hex color #784745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784745 is #87B8BA. Grayscale: #555555. Windows color (decimal): -8894651 or 4540280. OLE color: 4540280.

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

Color convert

RGB1207169-
CMYK00.410.420.53
HSL2.35º26.98%37.06%-
HSV(B)2.35º42.5%47.06%-
XYZ11.078.936.77-
YUV85.42118.73152.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.15%
GREEN value IS 71 (28.12% from 255) = 27.31%
BLUE value IS 69 (27.34% from 255) = 26.54%
R=46.15%
G=27.31%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120716900.410.420.532.3526.9837.06
Hex7847450292A3521b25
Octal170107105051526523345
Binary11110001000111100010101010011010101101011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784745; }

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

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

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

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

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

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

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

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