#706972

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

Shades of Rum #706972

Tints of Rum #706972

Color information

#706972 (or 0x706972) is unknown color: approx Rum. HEX triplet: 70, 69 and 72. RGB value is (112,105,114). Sum of RGB (Red+Green+Blue) = 112+105+114=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 114 - color contains mainly: blue. Hex color #706972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706972 is #8F968D. Grayscale: #6C6C6C. Windows color (decimal): -9410190 or 7498096. OLE color: 7498096.

HSL color Cylindrical-coordinate representation of color #706972: hue angle of 286.67º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #706972 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB112105114-
CMYK0.020.0800.55
HSL286.67º4.11%42.94%-
HSV(B)286.67º7.89%44.71%-
XYZ14.7714.7617.99-
YUV108.12131.32130.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.84%
GREEN value IS 105 (41.41% from 255) = 31.72%
BLUE value IS 114 (44.92% from 255) = 34.44%
R=33.84%
G=31.72%
B=34.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1121051140.020.0800.55286.674.1142.94
Hex7069722803711f42b
Octal160151162210067437453
Binary1110000110100111100101010000110111100011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706972; }

 p { color: rgb(112,105,114); }

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

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

 a { background-color: rgb(112,105,114); }

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

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

 span { border-color: rgb(112,105,114); }

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