#706875

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

Shades of Rum #706875

Tints of Rum #706875

Color information

#706875 (or 0x706875) is unknown color: approx Rum. HEX triplet: 70, 68 and 75. RGB value is (112,104,117). Sum of RGB (Red+Green+Blue) = 112+104+117=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 117 - color contains mainly: blue. Hex color #706875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706875 is #8F978A. Grayscale: #6B6B6B. Windows color (decimal): -9410443 or 7694448. OLE color: 7694448.

HSL color Cylindrical-coordinate representation of color #706875: hue angle of 276.92º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #706875 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB112104117-
CMYK0.040.1100.54
HSL276.92º5.88%43.33%-
HSV(B)276.92º11.11%45.88%-
XYZ14.8414.6318.87-
YUV107.87133.15130.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.63%
GREEN value IS 104 (41.02% from 255) = 31.23%
BLUE value IS 117 (46.09% from 255) = 35.14%
R=33.63%
G=31.23%
B=35.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1121041170.040.1100.54276.925.8843.33
Hex7068754B03611562b
Octal160150165413066425653
Binary11100001101000111010110010110110110100010101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706875; }

 p { color: rgb(112,104,117); }

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

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

 a { background-color: rgb(112,104,117); }

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

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

 span { border-color: rgb(112,104,117); }

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