#705C7C

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

Shades of Rum #705C7C

Tints of Rum #705C7C

Color information

#705C7C (or 0x705C7C) is unknown color: approx Rum. HEX triplet: 70, 5C and 7C. RGB value is (112,92,124). Sum of RGB (Red+Green+Blue) = 112+92+124=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 124 - color contains mainly: blue. Hex color #705C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705C7C is #8FA383. Grayscale: #656565. Windows color (decimal): -9413508 or 8150128. OLE color: 8150128.

HSL color Cylindrical-coordinate representation of color #705C7C: hue angle of 277.5º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #705C7C is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11292124-
CMYK0.100.2600.51
HSL277.5º14.81%42.35%-
HSV(B)277.5º25.81%48.63%-
XYZ14.1512.5520.75-
YUV101.63140.63135.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.15%
GREEN value IS 92 (36.33% from 255) = 28.05%
BLUE value IS 124 (48.83% from 255) = 37.80%
R=34.15%
G=28.05%
B=37.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal112921240.100.2600.51277.514.8142.35
Hex705C7CA1A033116f2a
Octal16013417412320634261752
Binary11100001011100111110010101101001100111000101101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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