#705D77

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

Shades of Rum #705D77

Tints of Rum #705D77

Color information

#705D77 (or 0x705D77) is unknown color: approx Rum. HEX triplet: 70, 5D and 77. RGB value is (112,93,119). Sum of RGB (Red+Green+Blue) = 112+93+119=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 119 - color contains mainly: blue. Hex color #705D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705D77 is #8FA288. Grayscale: #656565. Windows color (decimal): -9413257 or 7822704. OLE color: 7822704.

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

Color convert

RGB11293119-
CMYK0.060.2200.53
HSL283.85º12.26%41.57%-
HSV(B)283.85º21.85%46.67%-
XYZ13.9312.6119.15-
YUV101.64137.79135.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.57%
GREEN value IS 93 (36.72% from 255) = 28.70%
BLUE value IS 119 (46.88% from 255) = 36.73%
R=34.57%
G=28.70%
B=36.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112931190.060.2200.53283.8512.2641.57
Hex705D7761603511cc2a
Octal1601351676260654341452
Binary1110000101110111101111101011001101011000111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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