#706676

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

Shades of Rum #706676

Tints of Rum #706676

Color information

#706676 (or 0x706676) is unknown color: approx Rum. HEX triplet: 70, 66 and 76. RGB value is (112,102,118). Sum of RGB (Red+Green+Blue) = 112+102+118=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 118 - color contains mainly: blue. Hex color #706676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706676 is #8F9989. Grayscale: #6A6A6A. Windows color (decimal): -9410954 or 7759472. OLE color: 7759472.

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

Color convert

RGB112102118-
CMYK0.050.1400.54
HSL277.5º7.27%43.14%-
HSV(B)277.5º13.56%46.27%-
XYZ14.714.2619.12-
YUV106.81134.31131.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.73%
GREEN value IS 102 (40.23% from 255) = 30.72%
BLUE value IS 118 (46.48% from 255) = 35.54%
R=33.73%
G=30.72%
B=35.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1121021180.050.1400.54277.57.2743.14
Hex7066765E03611672b
Octal160146166516066426753
Binary11100001100110111011010111100110110100010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706676; }

 p { color: rgb(112,102,118); }

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

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

 a { background-color: rgb(112,102,118); }

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

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

 span { border-color: rgb(112,102,118); }

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