Html Css Color HEX #705774 Rum

📋 copy color: '#705774'

red 112 ◦ green 87 ◦ blue 116

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

Shades of Rum #705774

Tints of Rum #705774

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.62%

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

R = 35.56%
G = 27.62%
B = 36.83%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#705774 (or 0x705774) is known color: Rum. HEX triplet: 70, 57 and 74. RGB value is (112,87,116). Sum of RGB (Red+Green+Blue) = 112+87+116=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 116 - color contains mainly: blue. Hex color #705774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705774 is #8FA88B. Grayscale: #616161. Windows color (decimal): -9414796 or 7624560. OLE color: 7624560.

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

Color convert

RGB 112 87 116 -
CMYK 0.03 0.25 0 0.55
HSL 291.72º 0.14% 0.4% -
HSV(B) 291.72º 0.25% 0.45% -
XYZ 13.24 11.52 18.05 -
YUV 97.78 138.28 138.14 -
System Red Green Blue C M Y K H S L
Decimal 112 87 116 0.03 0.25 0 0.55 291.72 0.14 0.4
Hex 70 57 74 3 19 0 37 124 E 28
Octal 160 127 164 3 31 0 67 444 16 50
Binary 1110000 1010111 1110100 11 11001 0 110111 100100100 1110 101000

Color Harmonies of #705774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705774

Black with #705774

Text Example


Text Example

White with #705774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705774; }

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

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

background-color css

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

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

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

border-color css

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

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

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