Html Css Color HEX #705678 Rum

📋 copy color: '#705678'

red 112 ◦ green 86 ◦ blue 120

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

Shades of Rum #705678

Tints of Rum #705678

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.04%

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

R = 35.22%
G = 27.04%
B = 37.74%

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

#705678 (or 0x705678) is known color: Rum. HEX triplet: 70, 56 and 78. RGB value is (112,86,120). Sum of RGB (Red+Green+Blue) = 112+86+120=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 120 - color contains mainly: blue. Hex color #705678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705678 is #8FA987. Grayscale: #616161. Windows color (decimal): -9415048 or 7886448. OLE color: 7886448.

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

Color convert

RGB 112 86 120 -
CMYK 0.07 0.28 0 0.53
HSL 285.88º 0.17% 0.4% -
HSV(B) 285.88º 0.28% 0.47% -
XYZ 13.4 11.46 19.27 -
YUV 97.65 140.61 138.24 -
System Red Green Blue C M Y K H S L
Decimal 112 86 120 0.07 0.28 0 0.53 285.88 0.17 0.4
Hex 70 56 78 7 1C 0 35 11E 11 28
Octal 160 126 170 7 34 0 65 436 21 50
Binary 1110000 1010110 1111000 111 11100 0 110101 100011110 10001 101000

Color Harmonies of #705678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705678

Black with #705678

Text Example


Text Example

White with #705678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705678; }

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

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

background-color css

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

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

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

border-color css

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

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

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