#705875

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

Shades of Rum #705875

Tints of Rum #705875

Color information

#705875 (or 0x705875) is unknown color: approx Rum. HEX triplet: 70, 58 and 75. RGB value is (112,88,117). Sum of RGB (Red+Green+Blue) = 112+88+117=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 117 - color contains mainly: blue. Hex color #705875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705875 is #8FA78A. Grayscale: #626262. Windows color (decimal): -9414539 or 7690352. OLE color: 7690352.

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

Color convert

RGB11288117-
CMYK0.040.2500.54
HSL289.66º14.15%40.2%-
HSV(B)289.66º24.79%45.88%-
XYZ13.3811.7118.38-
YUV98.48138.45137.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.33%
GREEN value IS 88 (34.77% from 255) = 27.76%
BLUE value IS 117 (46.09% from 255) = 36.91%
R=35.33%
G=27.76%
B=36.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112881170.040.2500.54289.6614.1540.2
Hex705875419036122e28
Octal1601301654310664421650
Binary1110000101100011101011001100101101101001000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705875; }

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

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

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

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

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

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

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

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