#705574

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

Shades of Rum #705574

Tints of Rum #705574

Color information

#705574 (or 0x705574) is unknown color: approx Rum. HEX triplet: 70, 55 and 74. RGB value is (112,85,116). Sum of RGB (Red+Green+Blue) = 112+85+116=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 116 - color contains mainly: blue. Hex color #705574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705574 is #8FAA8B. Grayscale: #606060. Windows color (decimal): -9415308 or 7624048. OLE color: 7624048.

HSL color Cylindrical-coordinate representation of color #705574: hue angle of 292.26º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #705574 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11285116-
CMYK0.030.2700.55
HSL292.26º15.42%39.41%-
HSV(B)292.26º26.72%45.49%-
XYZ13.0811.218-
YUV96.61138.95138.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.78%
GREEN value IS 85 (33.59% from 255) = 27.16%
BLUE value IS 116 (45.70% from 255) = 37.06%
R=35.78%
G=27.16%
B=37.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112851160.030.2700.55292.2615.4239.41
Hex70557431B037124f27
Octal1601251643330674441747
Binary111000010101011110100111101101101111001001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705574; }

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

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

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

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

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

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

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

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