Html Css Color HEX #706573 Rum

📋 copy color: '#706573'

red 112 ◦ green 101 ◦ blue 115

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

Shades of Rum #706573

Tints of Rum #706573

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.79%

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

R = 34.15%
G = 30.79%
B = 35.06%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#706573 (or 0x706573) is known color: Rum. HEX triplet: 70, 65 and 73. RGB value is (112,101,115). Sum of RGB (Red+Green+Blue) = 112+101+115=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 115 - color contains mainly: blue. Hex color #706573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706573 is #8F9A8C. Grayscale: #696969. Windows color (decimal): -9411213 or 7562608. OLE color: 7562608.

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

Color convert

RGB 112 101 115 -
CMYK 0.03 0.12 0 0.55
HSL 287.14º 0.06% 0.42% -
HSV(B) 287.14º 0.12% 0.45% -
XYZ 14.43 13.99 18.16 -
YUV 105.89 133.14 132.36 -
System Red Green Blue C M Y K H S L
Decimal 112 101 115 0.03 0.12 0 0.55 287.14 0.06 0.42
Hex 70 65 73 3 C 0 37 11F 6 2A
Octal 160 145 163 3 14 0 67 437 6 52
Binary 1110000 1100101 1110011 11 1100 0 110111 100011111 110 101010

Color Harmonies of #706573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706573

Black with #706573

Text Example


Text Example

White with #706573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706573; }

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

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

background-color css

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

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

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

border-color css

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

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

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