#705475

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

Shades of Rum #705475

Tints of Rum #705475

Color information

#705475 (or 0x705475) is unknown color: approx Rum. HEX triplet: 70, 54 and 75. RGB value is (112,84,117). Sum of RGB (Red+Green+Blue) = 112+84+117=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 117 - color contains mainly: blue. Hex color #705475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705475 is #8FAB8A. Grayscale: #606060. Windows color (decimal): -9415563 or 7689328. OLE color: 7689328.

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

Color convert

RGB11284117-
CMYK0.040.2800.54
HSL290.91º16.42%39.41%-
HSV(B)290.91º28.21%45.88%-
XYZ13.0611.0718.28-
YUV96.13139.78139.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.78%
GREEN value IS 84 (33.20% from 255) = 26.84%
BLUE value IS 117 (46.09% from 255) = 37.38%
R=35.78%
G=26.84%
B=37.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112841170.040.2800.54290.9116.4239.41
Hex70547541C0361231027
Octal1601241654340664432047
Binary11100001010100111010110011100011011010010001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705475; }

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

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

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

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

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

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

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

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