Html Css Color HEX #706473 Rum

📋 copy color: '#706473'

red 112 ◦ green 100 ◦ blue 115

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

Shades of Rum #706473

Tints of Rum #706473

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.58%

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

R = 34.25%
G = 30.58%
B = 35.17%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#706473 (or 0x706473) is known color: Rum. HEX triplet: 70, 64 and 73. RGB value is (112,100,115). Sum of RGB (Red+Green+Blue) = 112+100+115=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 115 - color contains mainly: blue. Hex color #706473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706473 is #8F9B8C. Grayscale: #696969. Windows color (decimal): -9411469 or 7562352. OLE color: 7562352.

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

Color convert

RGB 112 100 115 -
CMYK 0.03 0.13 0 0.55
HSL 288º 0.07% 0.42% -
HSV(B) 288º 0.13% 0.45% -
XYZ 14.33 13.8 18.13 -
YUV 105.3 133.48 132.78 -
System Red Green Blue C M Y K H S L
Decimal 112 100 115 0.03 0.13 0 0.55 288 0.07 0.42
Hex 70 64 73 3 D 0 37 120 7 2A
Octal 160 144 163 3 15 0 67 440 7 52
Binary 1110000 1100100 1110011 11 1101 0 110111 100100000 111 101010

Color Harmonies of #706473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706473

Black with #706473

Text Example


Text Example

White with #706473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706473; }

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

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

background-color css

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

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

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

border-color css

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

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

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