Html Css Color HEX #706179 Rum

📋 copy color: '#706179'

red 112 ◦ green 97 ◦ blue 121

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

Shades of Rum #706179

Tints of Rum #706179

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.39%

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

R = 33.94%
G = 29.39%
B = 36.67%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#706179 (or 0x706179) is known color: Rum. HEX triplet: 70, 61 and 79. RGB value is (112,97,121). Sum of RGB (Red+Green+Blue) = 112+97+121=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 121 - color contains mainly: blue. Hex color #706179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706179 is #8F9E86. Grayscale: #686868. Windows color (decimal): -9412231 or 7954800. OLE color: 7954800.

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

Color convert

RGB 112 97 121 -
CMYK 0.07 0.20 0 0.53
HSL 277.5º 0.11% 0.43% -
HSV(B) 277.5º 0.2% 0.47% -
XYZ 14.41 13.37 19.91 -
YUV 104.22 137.47 133.55 -
System Red Green Blue C M Y K H S L
Decimal 112 97 121 0.07 0.20 0 0.53 277.5 0.11 0.43
Hex 70 61 79 7 14 0 35 116 B 2B
Octal 160 141 171 7 24 0 65 426 13 53
Binary 1110000 1100001 1111001 111 10100 0 110101 100010110 1011 101011

Color Harmonies of #706179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706179

Black with #706179

Text Example


Text Example

White with #706179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706179; }

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

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

background-color css

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

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

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

border-color css

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

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

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