#705C7A

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

Shades of Rum #705C7A

Tints of Rum #705C7A

Color information

#705C7A (or 0x705C7A) is unknown color: approx Rum. HEX triplet: 70, 5C and 7A. RGB value is (112,92,122). Sum of RGB (Red+Green+Blue) = 112+92+122=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 122 - color contains mainly: blue. Hex color #705C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705C7A is #8FA385. Grayscale: #656565. Windows color (decimal): -9413510 or 8019056. OLE color: 8019056.

HSL color Cylindrical-coordinate representation of color #705C7A: hue angle of 280º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #705C7A is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11292122-
CMYK0.080.2500.52
HSL280º14.02%41.96%-
HSV(B)280º24.59%47.84%-
XYZ14.0212.520.09-
YUV101.4139.63135.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.36%
GREEN value IS 92 (36.33% from 255) = 28.22%
BLUE value IS 122 (48.05% from 255) = 37.42%
R=34.36%
G=28.22%
B=37.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal112921220.080.2500.5228014.0241.96
Hex705C7A819034118e2a
Octal16013417210310644301652
Binary11100001011100111101010001100101101001000110001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,92,122); }

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

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

 a { background-color: rgb(112,92,122); }

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

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

 span { border-color: rgb(112,92,122); }

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