#706075

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

Shades of Rum #706075

Tints of Rum #706075

Color information

#706075 (or 0x706075) is unknown color: approx Rum. HEX triplet: 70, 60 and 75. RGB value is (112,96,117). Sum of RGB (Red+Green+Blue) = 112+96+117=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 117 - color contains mainly: blue. Hex color #706075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706075 is #8F9F8A. Grayscale: #676767. Windows color (decimal): -9412491 or 7692400. OLE color: 7692400.

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

Color convert

RGB11296117-
CMYK0.040.1800.54
HSL285.71º9.86%41.76%-
HSV(B)285.71º17.95%45.88%-
XYZ14.0813.0918.62-
YUV103.18135.8134.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.46%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 117 (46.09% from 255) = 36%
R=34.46%
G=29.54%
B=36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112961170.040.1800.54285.719.8641.76
Hex70607541203611ea2a
Octal1601401654220664361252
Binary1110000110000011101011001001001101101000111101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706075; }

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

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

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

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

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

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

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

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