#706174

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

Shades of Rum #706174

Tints of Rum #706174

Color information

#706174 (or 0x706174) is unknown color: approx Rum. HEX triplet: 70, 61 and 74. RGB value is (112,97,116). Sum of RGB (Red+Green+Blue) = 112+97+116=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 116 - color contains mainly: blue. Hex color #706174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706174 is #8F9E8B. Grayscale: #676767. Windows color (decimal): -9412236 or 7627120. OLE color: 7627120.

HSL color Cylindrical-coordinate representation of color #706174: hue angle of 287.37º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #706174 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11297116-
CMYK0.030.1600.55
HSL287.37º8.92%41.76%-
HSV(B)287.37º16.38%45.49%-
XYZ14.1113.2618.34-
YUV103.65134.97133.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.46%
GREEN value IS 97 (38.28% from 255) = 29.85%
BLUE value IS 116 (45.70% from 255) = 35.69%
R=34.46%
G=29.85%
B=35.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112971160.030.1600.55287.378.9241.76
Hex70617431003711f92a
Octal1601411643200674371152
Binary111000011000011110100111000001101111000111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706174; }

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

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

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

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

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

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

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

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