#705E73

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

Shades of Rum #705E73

Tints of Rum #705E73

Color information

#705E73 (or 0x705E73) is unknown color: approx Rum. HEX triplet: 70, 5E and 73. RGB value is (112,94,115). Sum of RGB (Red+Green+Blue) = 112+94+115=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 115 - color contains mainly: blue. Hex color #705E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705E73 is #8FA18C. Grayscale: #656565. Windows color (decimal): -9413005 or 7560816. OLE color: 7560816.

HSL color Cylindrical-coordinate representation of color #705E73: hue angle of 291.43º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #705E73 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11294115-
CMYK0.030.1800.55
HSL291.43º10.05%40.98%-
HSV(B)291.43º18.26%45.1%-
XYZ13.7812.6917.94-
YUV101.78135.46135.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.89%
GREEN value IS 94 (37.11% from 255) = 29.28%
BLUE value IS 115 (45.31% from 255) = 35.83%
R=34.89%
G=29.28%
B=35.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112941150.030.1800.55291.4310.0540.98
Hex705E73312037123a29
Octal1601361633220674431251
Binary111000010111101110011111001001101111001000111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705E73; }

 p { color: rgb(112,94,115); }

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

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

 a { background-color: rgb(112,94,115); }

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

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

 span { border-color: rgb(112,94,115); }

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