Html Css Color HEX #705974 Rum

📋 copy color: '#705974'

red 112 ◦ green 89 ◦ blue 116

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

Shades of Rum #705974

Tints of Rum #705974

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.08%

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

R = 35.33%
G = 28.08%
B = 36.59%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#705974 (or 0x705974) is known color: Rum. HEX triplet: 70, 59 and 74. RGB value is (112,89,116). Sum of RGB (Red+Green+Blue) = 112+89+116=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 116 - color contains mainly: blue. Hex color #705974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705974 is #8FA68B. Grayscale: #626262. Windows color (decimal): -9414284 or 7625072. OLE color: 7625072.

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

Color convert

RGB 112 89 116 -
CMYK 0.03 0.23 0 0.55
HSL 291.11º 0.13% 0.4% -
HSV(B) 291.11º 0.23% 0.45% -
XYZ 13.41 11.85 18.1 -
YUV 98.96 137.62 137.3 -
System Red Green Blue C M Y K H S L
Decimal 112 89 116 0.03 0.23 0 0.55 291.11 0.13 0.4
Hex 70 59 74 3 17 0 37 123 D 28
Octal 160 131 164 3 27 0 67 443 15 50
Binary 1110000 1011001 1110100 11 10111 0 110111 100100011 1101 101000

Color Harmonies of #705974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705974

Black with #705974

Text Example


Text Example

White with #705974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705974; }

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

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

background-color css

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

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

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

border-color css

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

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

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