Html Css Color HEX #705575 Rum

📋 copy color: '#705575'

red 112 ◦ green 85 ◦ blue 117

#705575
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rum #705575

Tints of Rum #705575

RGB

 RED value IS 112 (44.14% from 255) = 35.67%

 GREEN value IS 85 (33.59% from 255) = 27.07%

 BLUE value IS 117 (46.09% from 255) = 37.26%

R = 35.67%
G = 27.07%
B = 37.26%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#705575 (or 0x705575) is known color: Rum. HEX triplet: 70, 55 and 75. RGB value is (112,85,117). Sum of RGB (Red+Green+Blue) = 112+85+117=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 117 - color contains mainly: blue. Hex color #705575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705575 is #8FAA8A. Grayscale: #606060. Windows color (decimal): -9415307 or 7689584. OLE color: 7689584.

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

Color convert

RGB 112 85 117 -
CMYK 0.04 0.27 0 0.54
HSL 290.63º 0.16% 0.4% -
HSV(B) 290.63º 0.27% 0.46% -
XYZ 13.14 11.23 18.3 -
YUV 96.72 139.45 138.9 -
System Red Green Blue C M Y K H S L
Decimal 112 85 117 0.04 0.27 0 0.54 290.63 0.16 0.4
Hex 70 55 75 4 1B 0 36 123 10 28
Octal 160 125 165 4 33 0 66 443 20 50
Binary 1110000 1010101 1110101 100 11011 0 110110 100100011 10000 101000

Color Harmonies of #705575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705575

Black with #705575

Text Example


Text Example

White with #705575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705575; }

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

 H1.HeaderClassName
 {
   color: #705575;
 }
 .AnyTagClassName
 {
   color: #705575;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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