#705C73

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

Shades of Rum #705C73

Tints of Rum #705C73

Color information

#705C73 (or 0x705C73) is unknown color: approx Rum. HEX triplet: 70, 5C and 73. RGB value is (112,92,115). Sum of RGB (Red+Green+Blue) = 112+92+115=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 115 - color contains mainly: blue. Hex color #705C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705C73 is #8FA38C. Grayscale: #646464. Windows color (decimal): -9413517 or 7560304. OLE color: 7560304.

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

Color convert

RGB11292115-
CMYK0.030.2000.55
HSL292.17º11.11%40.59%-
HSV(B)292.17º20%45.1%-
XYZ13.612.3417.88-
YUV100.6136.13136.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.11%
GREEN value IS 92 (36.33% from 255) = 28.84%
BLUE value IS 115 (45.31% from 255) = 36.05%
R=35.11%
G=28.84%
B=36.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112921150.030.2000.55292.1711.1140.59
Hex705C73314037124b29
Octal1601341633240674441351
Binary111000010111001110011111010001101111001001001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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