Html Css Color HEX #706079 Rum

📋 copy color: '#706079'

red 112 ◦ green 96 ◦ blue 121

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

Shades of Rum #706079

Tints of Rum #706079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.18%

 BLUE value IS 121 (47.66% from 255) = 36.78%

R = 34.04%
G = 29.18%
B = 36.78%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#706079 (or 0x706079) is known color: Rum. HEX triplet: 70, 60 and 79. RGB value is (112,96,121). Sum of RGB (Red+Green+Blue) = 112+96+121=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 121 - color contains mainly: blue. Hex color #706079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706079 is #8F9F86. Grayscale: #676767. Windows color (decimal): -9412487 or 7954544. OLE color: 7954544.

HSL color Cylindrical-coordinate representation of color #706079: hue angle of 278.4º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #706079 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 96 121 -
CMYK 0.07 0.21 0 0.53
HSL 278.4º 0.12% 0.43% -
HSV(B) 278.4º 0.21% 0.47% -
XYZ 14.32 13.19 19.88 -
YUV 103.63 137.8 133.97 -
System Red Green Blue C M Y K H S L
Decimal 112 96 121 0.07 0.21 0 0.53 278.4 0.12 0.43
Hex 70 60 79 7 15 0 35 116 C 2B
Octal 160 140 171 7 25 0 65 426 14 53
Binary 1110000 1100000 1111001 111 10101 0 110101 100010110 1100 101011

Color Harmonies of #706079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706079

Black with #706079

Text Example


Text Example

White with #706079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706079; }

 p { color: rgb(112,96,121); }

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

background-color css

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

 a { background-color: rgb(112,96,121); }

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

border-color css

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

 span { border-color: rgb(112,96,121); }

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