#705675

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

Shades of Rum #705675

Tints of Rum #705675

Color information

#705675 (or 0x705675) is unknown color: approx Rum. HEX triplet: 70, 56 and 75. RGB value is (112,86,117). Sum of RGB (Red+Green+Blue) = 112+86+117=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 117 - color contains mainly: blue. Hex color #705675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705675 is #8FA98A. Grayscale: #616161. Windows color (decimal): -9415051 or 7689840. OLE color: 7689840.

HSL color Cylindrical-coordinate representation of color #705675: hue angle of 290.32º 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 #705675 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11286117-
CMYK0.040.2600.54
HSL290.32º15.27%39.8%-
HSV(B)290.32º26.5%45.88%-
XYZ13.2211.3818.33-
YUV97.31139.11138.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.56%
GREEN value IS 86 (33.98% from 255) = 27.30%
BLUE value IS 117 (46.09% from 255) = 37.14%
R=35.56%
G=27.30%
B=37.14%

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
Decimal112861170.040.2600.54290.3215.2739.8
Hex70567541A036122f28
Octal1601261654320664421750
Binary1110000101011011101011001101001101101001000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705675; }

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

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

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

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

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

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

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

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