Html Css Color HEX #706973 Rum

📋 copy color: '#706973'

red 112 ◦ green 105 ◦ blue 115

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

Shades of Rum #706973

Tints of Rum #706973

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.63%

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

R = 33.73%
G = 31.63%
B = 34.64%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#706973 (or 0x706973) is known color: Rum. HEX triplet: 70, 69 and 73. RGB value is (112,105,115). Sum of RGB (Red+Green+Blue) = 112+105+115=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 115 - color contains mainly: blue. Hex color #706973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706973 is #8F968C. Grayscale: #6C6C6C. Windows color (decimal): -9410189 or 7563632. OLE color: 7563632.

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

Color convert

RGB 112 105 115 -
CMYK 0.03 0.09 0 0.55
HSL 282º 0.05% 0.43% -
HSV(B) 282º 0.09% 0.45% -
XYZ 14.83 14.79 18.29 -
YUV 108.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 112 105 115 0.03 0.09 0 0.55 282 0.05 0.43
Hex 70 69 73 3 9 0 37 11A 5 2B
Octal 160 151 163 3 11 0 67 432 5 53
Binary 1110000 1101001 1110011 11 1001 0 110111 100011010 101 101011

Color Harmonies of #706973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706973

Black with #706973

Text Example


Text Example

White with #706973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706973; }

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

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

background-color css

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

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

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

border-color css

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

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

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