#705F77

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

Shades of Rum #705F77

Tints of Rum #705F77

Color information

#705F77 (or 0x705F77) is unknown color: approx Rum. HEX triplet: 70, 5F and 77. RGB value is (112,95,119). Sum of RGB (Red+Green+Blue) = 112+95+119=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 119 - color contains mainly: blue. Hex color #705F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F77 is #8FA088. Grayscale: #666666. Windows color (decimal): -9412745 or 7823216. OLE color: 7823216.

HSL color Cylindrical-coordinate representation of color #705F77: hue angle of 282.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #705F77 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11295119-
CMYK0.060.2000.53
HSL282.5º11.21%41.96%-
HSV(B)282.5º20.17%46.67%-
XYZ14.112.9619.21-
YUV102.82137.13134.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.36%
GREEN value IS 95 (37.5% from 255) = 29.14%
BLUE value IS 119 (46.88% from 255) = 36.50%
R=34.36%
G=29.14%
B=36.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112951190.060.2000.53282.511.2141.96
Hex705F7761403511ab2a
Octal1601371676240654321352
Binary1110000101111111101111101010001101011000110101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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