Html Css Color HEX #705A73 Rum

📋 copy color: '#705A73'

red 112 ◦ green 90 ◦ blue 115

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

Shades of Rum #705A73

Tints of Rum #705A73

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.39%

 BLUE value IS 115 (45.31% from 255) = 36.28%

R = 35.33%
G = 28.39%
B = 36.28%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#705A73 (or 0x705A73) is known color: Rum. HEX triplet: 70, 5A and 73. RGB value is (112,90,115). Sum of RGB (Red+Green+Blue) = 112+90+115=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 115 - color contains mainly: blue. Hex color #705A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705A73 is #8FA58C. Grayscale: #636363. Windows color (decimal): -9414029 or 7559792. OLE color: 7559792.

HSL color Cylindrical-coordinate representation of color #705A73: hue angle of 292.8º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #705A73 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 90 115 -
CMYK 0.03 0.22 0 0.55
HSL 292.8º 0.12% 0.4% -
HSV(B) 292.8º 0.22% 0.45% -
XYZ 13.43 11.99 17.83 -
YUV 99.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 112 90 115 0.03 0.22 0 0.55 292.8 0.12 0.4
Hex 70 5A 73 3 16 0 37 125 C 28
Octal 160 132 163 3 26 0 67 445 14 50
Binary 1110000 1011010 1110011 11 10110 0 110111 100100101 1100 101000

Color Harmonies of #705A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705A73

Black with #705A73

Text Example


Text Example

White with #705A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,90,115); }

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

background-color css

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

 a { background-color: rgb(112,90,115); }

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

border-color css

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

 span { border-color: rgb(112,90,115); }

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