#705A76

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

Shades of Rum #705A76

Tints of Rum #705A76

Color information

#705A76 (or 0x705A76) is unknown color: approx Rum. HEX triplet: 70, 5A and 76. RGB value is (112,90,118). Sum of RGB (Red+Green+Blue) = 112+90+118=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 118 - color contains mainly: blue. Hex color #705A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705A76 is #8FA589. Grayscale: #636363. Windows color (decimal): -9414026 or 7756400. OLE color: 7756400.

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

Color convert

RGB11290118-
CMYK0.050.2400.54
HSL287.14º13.46%40.78%-
HSV(B)287.14º23.73%46.27%-
XYZ13.6112.0718.75-
YUV99.77138.29136.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35%
GREEN value IS 90 (35.55% from 255) = 28.12%
BLUE value IS 118 (46.48% from 255) = 36.88%
R=35%
G=28.12%
B=36.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112901180.050.2400.54287.1413.4640.78
Hex705A7651803611fd29
Octal1601321665300664371551
Binary1110000101101011101101011100001101101000111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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