Html Css Color HEX #705773 Rum

📋 copy color: '#705773'

red 112 ◦ green 87 ◦ blue 115

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

Shades of Rum #705773

Tints of Rum #705773

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.71%

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

R = 35.67%
G = 27.71%
B = 36.62%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#705773 (or 0x705773) is known color: Rum. HEX triplet: 70, 57 and 73. RGB value is (112,87,115). Sum of RGB (Red+Green+Blue) = 112+87+115=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 115 - color contains mainly: blue. Hex color #705773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705773 is #8FA88C. Grayscale: #616161. Windows color (decimal): -9414797 or 7559024. OLE color: 7559024.

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

Color convert

RGB 112 87 115 -
CMYK 0.03 0.24 0 0.55
HSL 293.57º 0.14% 0.4% -
HSV(B) 293.57º 0.24% 0.45% -
XYZ 13.18 11.5 17.74 -
YUV 97.67 137.78 138.22 -
System Red Green Blue C M Y K H S L
Decimal 112 87 115 0.03 0.24 0 0.55 293.57 0.14 0.4
Hex 70 57 73 3 18 0 37 126 E 28
Octal 160 127 163 3 30 0 67 446 16 50
Binary 1110000 1010111 1110011 11 11000 0 110111 100100110 1110 101000

Color Harmonies of #705773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705773

Black with #705773

Text Example


Text Example

White with #705773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705773; }

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

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

background-color css

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

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

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

border-color css

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

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

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