Html Css Color HEX #705B79 Rum

📋 copy color: '#705B79'

red 112 ◦ green 91 ◦ blue 121

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

Shades of Rum #705B79

Tints of Rum #705B79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 37.35%

R = 34.57%
G = 28.09%
B = 37.35%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#705B79 (or 0x705B79) is known color: Rum. HEX triplet: 70, 5B and 79. RGB value is (112,91,121). Sum of RGB (Red+Green+Blue) = 112+91+121=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 121 - color contains mainly: blue. Hex color #705B79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705B79 is #8FA486. Grayscale: #646464. Windows color (decimal): -9413767 or 7953264. OLE color: 7953264.

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

Color convert

RGB 112 91 121 -
CMYK 0.07 0.25 0 0.53
HSL 282º 0.14% 0.42% -
HSV(B) 282º 0.25% 0.47% -
XYZ 13.87 12.31 19.73 -
YUV 100.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 112 91 121 0.07 0.25 0 0.53 282 0.14 0.42
Hex 70 5B 79 7 19 0 35 11A E 2A
Octal 160 133 171 7 31 0 65 432 16 52
Binary 1110000 1011011 1111001 111 11001 0 110101 100011010 1110 101010

Color Harmonies of #705B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705B79

Black with #705B79

Text Example


Text Example

White with #705B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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