#705B75

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

Shades of Rum #705B75

Tints of Rum #705B75

Color information

#705B75 (or 0x705B75) is unknown color: approx Rum. HEX triplet: 70, 5B and 75. RGB value is (112,91,117). Sum of RGB (Red+Green+Blue) = 112+91+117=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 117 - color contains mainly: blue. Hex color #705B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705B75 is #8FA48A. Grayscale: #646464. Windows color (decimal): -9413771 or 7691120. OLE color: 7691120.

HSL color Cylindrical-coordinate representation of color #705B75: hue angle of 288.46º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #705B75 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11291117-
CMYK0.040.2200.54
HSL288.46º12.5%40.78%-
HSV(B)288.46º22.22%45.88%-
XYZ13.6312.2118.47-
YUV100.24137.46136.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35%
GREEN value IS 91 (35.94% from 255) = 28.44%
BLUE value IS 117 (46.09% from 255) = 36.56%
R=35%
G=28.44%
B=36.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112911170.040.2200.54288.4612.540.78
Hex705B75416036120c29
Octal1601331654260664401451
Binary1110000101101111101011001011001101101001000001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705B75; }

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

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

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

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

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

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

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

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