Html Css Color HEX #705778 Rum

📋 copy color: '#705778'

red 112 ◦ green 87 ◦ blue 120

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

Shades of Rum #705778

Tints of Rum #705778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.62%

R = 35.11%
G = 27.27%
B = 37.62%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#705778 (or 0x705778) is known color: Rum. HEX triplet: 70, 57 and 78. RGB value is (112,87,120). Sum of RGB (Red+Green+Blue) = 112+87+120=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 120 - color contains mainly: blue. Hex color #705778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705778 is #8FA887. Grayscale: #626262. Windows color (decimal): -9414792 or 7886704. OLE color: 7886704.

HSL color Cylindrical-coordinate representation of color #705778: hue angle of 285.45º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #705778 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 87 120 -
CMYK 0.07 0.28 0 0.53
HSL 285.45º 0.16% 0.41% -
HSV(B) 285.45º 0.28% 0.47% -
XYZ 13.48 11.62 19.3 -
YUV 98.24 140.28 137.82 -
System Red Green Blue C M Y K H S L
Decimal 112 87 120 0.07 0.28 0 0.53 285.45 0.16 0.41
Hex 70 57 78 7 1C 0 35 11D 10 29
Octal 160 127 170 7 34 0 65 435 20 51
Binary 1110000 1010111 1111000 111 11100 0 110101 100011101 10000 101001

Color Harmonies of #705778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705778

Black with #705778

Text Example


Text Example

White with #705778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705778; }

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

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

background-color css

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

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

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

border-color css

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

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

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