#705B77

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

Shades of Rum #705B77

Tints of Rum #705B77

Color information

#705B77 (or 0x705B77) is unknown color: approx Rum. HEX triplet: 70, 5B and 77. RGB value is (112,91,119). Sum of RGB (Red+Green+Blue) = 112+91+119=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 119 - color contains mainly: blue. Hex color #705B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705B77 is #8FA488. Grayscale: #646464. Windows color (decimal): -9413769 or 7822192. OLE color: 7822192.

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

Color convert

RGB11291119-
CMYK0.060.2400.53
HSL285º13.33%41.18%-
HSV(B)285º23.53%46.67%-
XYZ13.7512.2619.09-
YUV100.47138.46136.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.78%
GREEN value IS 91 (35.94% from 255) = 28.26%
BLUE value IS 119 (46.88% from 255) = 36.96%
R=34.78%
G=28.26%
B=36.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112911190.060.2400.5328513.3341.18
Hex705B7761803511dd29
Octal1601331676300654351551
Binary1110000101101111101111101100001101011000111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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