#706178

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

Shades of Rum #706178

Tints of Rum #706178

Color information

#706178 (or 0x706178) is unknown color: approx Rum. HEX triplet: 70, 61 and 78. RGB value is (112,97,120). Sum of RGB (Red+Green+Blue) = 112+97+120=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 120 - color contains mainly: blue. Hex color #706178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706178 is #8F9E87. Grayscale: #686868. Windows color (decimal): -9412232 or 7889264. OLE color: 7889264.

HSL color Cylindrical-coordinate representation of color #706178: hue angle of 279.13º 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 #706178 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11297120-
CMYK0.070.1900.53
HSL279.13º10.6%42.55%-
HSV(B)279.13º19.17%47.06%-
XYZ14.3513.3519.59-
YUV104.11136.97133.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.04%
GREEN value IS 97 (38.28% from 255) = 29.48%
BLUE value IS 120 (47.27% from 255) = 36.47%
R=34.04%
G=29.48%
B=36.47%

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
Decimal112971200.070.1900.53279.1310.642.55
Hex706178713035117b2b
Octal1601411707230654271353
Binary1110000110000111110001111001101101011000101111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706178; }

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

 H1.HeaderClassName
 {
   color: #706178;
 }
 .AnyTagClassName
 {
   color: #706178;
 }
</style>
background-color css

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

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

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

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

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

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