Html Css Color HEX #705975 Rum

📋 copy color: '#705975'

red 112 ◦ green 89 ◦ blue 117

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

Shades of Rum #705975

Tints of Rum #705975

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.99%

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

R = 35.22%
G = 27.99%
B = 36.79%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#705975 (or 0x705975) is known color: Rum. HEX triplet: 70, 59 and 75. RGB value is (112,89,117). Sum of RGB (Red+Green+Blue) = 112+89+117=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 117 - color contains mainly: blue. Hex color #705975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705975 is #8FA68A. Grayscale: #626262. Windows color (decimal): -9414283 or 7690608. OLE color: 7690608.

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

Color convert

RGB 112 89 117 -
CMYK 0.04 0.24 0 0.54
HSL 289.29º 0.14% 0.4% -
HSV(B) 289.29º 0.24% 0.46% -
XYZ 13.47 11.87 18.41 -
YUV 99.07 138.12 137.22 -
System Red Green Blue C M Y K H S L
Decimal 112 89 117 0.04 0.24 0 0.54 289.29 0.14 0.4
Hex 70 59 75 4 18 0 36 121 E 28
Octal 160 131 165 4 30 0 66 441 16 50
Binary 1110000 1011001 1110101 100 11000 0 110110 100100001 1110 101000

Color Harmonies of #705975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705975

Black with #705975

Text Example


Text Example

White with #705975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705975; }

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

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

background-color css

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

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

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

border-color css

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

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

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