#705C74

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

Shades of Rum #705C74

Tints of Rum #705C74

Color information

#705C74 (or 0x705C74) is unknown color: approx Rum. HEX triplet: 70, 5C and 74. RGB value is (112,92,116). Sum of RGB (Red+Green+Blue) = 112+92+116=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 116 - color contains mainly: blue. Hex color #705C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705C74 is #8FA38B. Grayscale: #646464. Windows color (decimal): -9413516 or 7625840. OLE color: 7625840.

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

Color convert

RGB11292116-
CMYK0.030.2100.55
HSL290º11.54%40.78%-
HSV(B)290º20.69%45.49%-
XYZ13.6612.3618.19-
YUV100.72136.63136.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35%
GREEN value IS 92 (36.33% from 255) = 28.75%
BLUE value IS 116 (45.70% from 255) = 36.25%
R=35%
G=28.75%
B=36.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112921160.030.2100.5529011.5440.78
Hex705C74315037122c29
Octal1601341643250674421451
Binary111000010111001110100111010101101111001000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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