#705F76

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

Shades of Rum #705F76

Tints of Rum #705F76

Color information

#705F76 (or 0x705F76) is unknown color: approx Rum. HEX triplet: 70, 5F and 76. RGB value is (112,95,118). Sum of RGB (Red+Green+Blue) = 112+95+118=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 118 - color contains mainly: blue. Hex color #705F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F76 is #8FA089. Grayscale: #666666. Windows color (decimal): -9412746 or 7757680. OLE color: 7757680.

HSL color Cylindrical-coordinate representation of color #705F76: hue angle of 284.35º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #705F76 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11295118-
CMYK0.050.1900.54
HSL284.35º10.8%41.76%-
HSV(B)284.35º19.49%46.27%-
XYZ14.0412.9418.9-
YUV102.7136.63134.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.46%
GREEN value IS 95 (37.5% from 255) = 29.23%
BLUE value IS 118 (46.48% from 255) = 36.31%
R=34.46%
G=29.23%
B=36.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112951180.050.1900.54284.3510.841.76
Hex705F7651303611cb2a
Octal1601371665230664341352
Binary1110000101111111101101011001101101101000111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705F76; }

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

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

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

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

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

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

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

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