#705674

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

Shades of Rum #705674

Tints of Rum #705674

Color information

#705674 (or 0x705674) is unknown color: approx Rum. HEX triplet: 70, 56 and 74. RGB value is (112,86,116). Sum of RGB (Red+Green+Blue) = 112+86+116=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 116 - color contains mainly: blue. Hex color #705674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705674 is #8FA98B. Grayscale: #616161. Windows color (decimal): -9415052 or 7624304. OLE color: 7624304.

HSL color Cylindrical-coordinate representation of color #705674: hue angle of 292º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #705674 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11286116-
CMYK0.030.2600.55
HSL292º14.85%39.61%-
HSV(B)292º25.86%45.49%-
XYZ13.1611.3618.02-
YUV97.19138.61138.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.67%
GREEN value IS 86 (33.98% from 255) = 27.39%
BLUE value IS 116 (45.70% from 255) = 36.94%
R=35.67%
G=27.39%
B=36.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112861160.030.2600.5529214.8539.61
Hex70567431A037124f28
Octal1601261643320674441750
Binary111000010101101110100111101001101111001001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705674; }

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

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

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

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

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

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

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

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