#706279

Color #706279 Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rum #706279

Tints of Rum #706279

Color information

#706279 (or 0x706279) is unknown color: approx 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

RGB11298121-
CMYK0.070.1900.53
HSL276.52º10.5%42.94%-
HSV(B)276.52º19.01%47.45%-
XYZ14.513.5619.94-
YUV104.81137.14133.13-

RGB Variations

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

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 (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112981210.070.1900.53276.5210.542.94
Hex706279713035115b2b
Octal1601421717230654251353
Binary1110000110001011110011111001101101011000101011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>