#706873

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

Shades of Rum #706873

Tints of Rum #706873

Color information

#706873 (or 0x706873) is unknown color: approx Rum. HEX triplet: 70, 68 and 73. RGB value is (112,104,115). Sum of RGB (Red+Green+Blue) = 112+104+115=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 115 - color contains mainly: blue. Hex color #706873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706873 is #8F978C. Grayscale: #6B6B6B. Windows color (decimal): -9410445 or 7563376. OLE color: 7563376.

HSL color Cylindrical-coordinate representation of color #706873: hue angle of 283.64º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #706873 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB112104115-
CMYK0.030.1000.55
HSL283.64º5.02%42.94%-
HSV(B)283.64º9.57%45.1%-
XYZ14.7314.5818.26-
YUV107.65132.15131.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.84%
GREEN value IS 104 (41.02% from 255) = 31.42%
BLUE value IS 115 (45.31% from 255) = 34.74%
R=33.84%
G=31.42%
B=34.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1121041150.030.1000.55283.645.0242.94
Hex7068733A03711c52b
Octal160150163312067434553
Binary1110000110100011100111110100110111100011100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706873; }

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

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

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

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

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

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

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

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