#705775

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

Shades of Rum #705775

Tints of Rum #705775

Color information

#705775 (or 0x705775) is unknown color: approx Rum. HEX triplet: 70, 57 and 75. RGB value is (112,87,117). Sum of RGB (Red+Green+Blue) = 112+87+117=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 117 - color contains mainly: blue. Hex color #705775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705775 is #8FA88A. Grayscale: #616161. Windows color (decimal): -9414795 or 7690096. OLE color: 7690096.

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

Color convert

RGB11287117-
CMYK0.040.2600.54
HSL290º14.71%40%-
HSV(B)290º25.64%45.88%-
XYZ13.311.5518.36-
YUV97.89138.78138.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.44%
GREEN value IS 87 (34.38% from 255) = 27.53%
BLUE value IS 117 (46.09% from 255) = 37.03%
R=35.44%
G=27.53%
B=37.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112871170.040.2600.5429014.7140
Hex70577541A036122f28
Octal1601271654320664421750
Binary1110000101011111101011001101001101101001000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705775; }

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

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

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

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

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

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

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

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