#705D72

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

Shades of Rum #705D72

Tints of Rum #705D72

Color information

#705D72 (or 0x705D72) is unknown color: approx Rum. HEX triplet: 70, 5D and 72. RGB value is (112,93,114). Sum of RGB (Red+Green+Blue) = 112+93+114=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 114 - color contains mainly: blue. Hex color #705D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705D72 is #8FA28D. Grayscale: #656565. Windows color (decimal): -9413262 or 7495024. OLE color: 7495024.

HSL color Cylindrical-coordinate representation of color #705D72: hue angle of 294.29º 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 #705D72 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11293114-
CMYK0.020.1800.55
HSL294.29º10.14%40.59%-
HSV(B)294.29º18.42%44.71%-
XYZ13.6312.4917.61-
YUV101.07135.29135.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.11%
GREEN value IS 93 (36.72% from 255) = 29.15%
BLUE value IS 114 (44.92% from 255) = 35.74%
R=35.11%
G=29.15%
B=35.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112931140.020.1800.55294.2910.1440.59
Hex705D72212037126a29
Octal1601351622220674461251
Binary111000010111011110010101001001101111001001101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,93,114); }

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

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

 a { background-color: rgb(112,93,114); }

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

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

 span { border-color: rgb(112,93,114); }

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