Html Css Color HEX #706279 Rum

📋 copy color: '#706279'

red 112 ◦ green 98 ◦ blue 121

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

Shades of Rum #706279

Tints of Rum #706279

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.61%

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

R = 33.84%
G = 29.61%
B = 36.56%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#706279 (or 0x706279) is known color: Rum. HEX triplet: 70, 62 and 79. RGB value is (112,98,121). Sum of RGB (Red+Green+Blue) = 112+98+121=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 121 - color contains mainly: blue. Hex color #706279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706279 is #8F9D86. Grayscale: #686868. Windows color (decimal): -9411975 or 7955056. OLE color: 7955056.

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

Color convert

RGB 112 98 121 -
CMYK 0.07 0.19 0 0.53
HSL 276.52º 0.11% 0.43% -
HSV(B) 276.52º 0.19% 0.47% -
XYZ 14.5 13.56 19.94 -
YUV 104.81 137.14 133.13 -
System Red Green Blue C M Y K H S L
Decimal 112 98 121 0.07 0.19 0 0.53 276.52 0.11 0.43
Hex 70 62 79 7 13 0 35 115 B 2B
Octal 160 142 171 7 23 0 65 425 13 53
Binary 1110000 1100010 1111001 111 10011 0 110101 100010101 1011 101011

Color Harmonies of #706279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706279

Black with #706279

Text Example


Text Example

White with #706279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706279; }

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

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

background-color css

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

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

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

border-color css

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

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

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