Html Css Color HEX #705574 Rum

📋 copy color: '#705574'

red 112 ◦ green 85 ◦ blue 116

#705574
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rum #705574

Tints of Rum #705574

RGB

 RED value IS 112 (44.14% from 255) = 35.78%

 GREEN value IS 85 (33.59% from 255) = 27.16%

 BLUE value IS 116 (45.7% from 255) = 37.06%

R = 35.78%
G = 27.16%
B = 37.06%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#705574 (or 0x705574) is known color: Rum. HEX triplet: 70, 55 and 74. RGB value is (112,85,116). Sum of RGB (Red+Green+Blue) = 112+85+116=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 116 - color contains mainly: blue. Hex color #705574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705574 is #8FAA8B. Grayscale: #606060. Windows color (decimal): -9415308 or 7624048. OLE color: 7624048.

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

Color convert

RGB 112 85 116 -
CMYK 0.03 0.27 0 0.55
HSL 292.26º 0.15% 0.39% -
HSV(B) 292.26º 0.27% 0.45% -
XYZ 13.08 11.2 18 -
YUV 96.61 138.95 138.98 -
System Red Green Blue C M Y K H S L
Decimal 112 85 116 0.03 0.27 0 0.55 292.26 0.15 0.39
Hex 70 55 74 3 1B 0 37 124 F 27
Octal 160 125 164 3 33 0 67 444 17 47
Binary 1110000 1010101 1110100 11 11011 0 110111 100100100 1111 100111

Color Harmonies of #705574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705574

Black with #705574

Text Example


Text Example

White with #705574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705574; }

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

 H1.HeaderClassName
 {
   color: #705574;
 }
 .AnyTagClassName
 {
   color: #705574;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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