#705B74

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

Shades of Rum #705B74

Tints of Rum #705B74

Color information

#705B74 (or 0x705B74) is unknown color: approx Rum. HEX triplet: 70, 5B and 74. RGB value is (112,91,116). Sum of RGB (Red+Green+Blue) = 112+91+116=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 116 - color contains mainly: blue. Hex color #705B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705B74 is #8FA48B. Grayscale: #646464. Windows color (decimal): -9413772 or 7625584. OLE color: 7625584.

HSL color Cylindrical-coordinate representation of color #705B74: hue angle of 290.4º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #705B74 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11291116-
CMYK0.030.2200.55
HSL290.4º12.08%40.59%-
HSV(B)290.4º21.55%45.49%-
XYZ13.5812.1918.16-
YUV100.13136.96136.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.11%
GREEN value IS 91 (35.94% from 255) = 28.53%
BLUE value IS 116 (45.70% from 255) = 36.36%
R=35.11%
G=28.53%
B=36.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112911160.030.2200.55290.412.0840.59
Hex705B74316037122c29
Octal1601331643260674421451
Binary111000010110111110100111011001101111001000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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