Html Css Color HEX #705B78 Rum

📋 copy color: '#705B78'

red 112 ◦ green 91 ◦ blue 120

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

Shades of Rum #705B78

Tints of Rum #705B78

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.17%

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

R = 34.67%
G = 28.17%
B = 37.15%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#705B78 (or 0x705B78) is known color: Rum. HEX triplet: 70, 5B and 78. RGB value is (112,91,120). Sum of RGB (Red+Green+Blue) = 112+91+120=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 120 - color contains mainly: blue. Hex color #705B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705B78 is #8FA487. Grayscale: #646464. Windows color (decimal): -9413768 or 7887728. OLE color: 7887728.

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

Color convert

RGB 112 91 120 -
CMYK 0.07 0.24 0 0.53
HSL 283.45º 0.14% 0.41% -
HSV(B) 283.45º 0.24% 0.47% -
XYZ 13.81 12.28 19.41 -
YUV 100.59 138.96 136.14 -
System Red Green Blue C M Y K H S L
Decimal 112 91 120 0.07 0.24 0 0.53 283.45 0.14 0.41
Hex 70 5B 78 7 18 0 35 11B E 29
Octal 160 133 170 7 30 0 65 433 16 51
Binary 1110000 1011011 1111000 111 11000 0 110101 100011011 1110 101001

Color Harmonies of #705B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705B78

Black with #705B78

Text Example


Text Example

White with #705B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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