#705575

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

Shades of Rum #705575

Tints of Rum #705575

Color information

#705575 (or 0x705575) is unknown color: approx Rum. HEX triplet: 70, 55 and 75. RGB value is (112,85,117). Sum of RGB (Red+Green+Blue) = 112+85+117=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 117 - color contains mainly: blue. Hex color #705575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705575 is #8FAA8A. Grayscale: #606060. Windows color (decimal): -9415307 or 7689584. OLE color: 7689584.

HSL color Cylindrical-coordinate representation of color #705575: hue angle of 290.62º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #705575 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11285117-
CMYK0.040.2700.54
HSL290.62º15.84%39.61%-
HSV(B)290.62º27.35%45.88%-
XYZ13.1411.2318.3-
YUV96.72139.45138.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.67%
GREEN value IS 85 (33.59% from 255) = 27.07%
BLUE value IS 117 (46.09% from 255) = 37.26%
R=35.67%
G=27.07%
B=37.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112851170.040.2700.54290.6215.8439.61
Hex70557541B0361231028
Octal1601251654330664432050
Binary11100001010101111010110011011011011010010001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705575; }

 p { color: rgb(112,85,117); }

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

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

 a { background-color: rgb(112,85,117); }

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

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

 span { border-color: rgb(112,85,117); }

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