Html Css Color HEX #705D7B Rum

📋 copy color: '#705D7B'

red 112 ◦ green 93 ◦ blue 123

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

Shades of Rum #705D7B

Tints of Rum #705D7B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.35%

 BLUE value IS 123 (48.44% from 255) = 37.5%

R = 34.15%
G = 28.35%
B = 37.5%

CMYK

 C value IS 0.09

 M value IS 0.24

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#705D7B (or 0x705D7B) is known color: Rum. HEX triplet: 70, 5D and 7B. RGB value is (112,93,123). Sum of RGB (Red+Green+Blue) = 112+93+123=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 123 - color contains mainly: blue. Hex color #705D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705D7B is #8FA284. Grayscale: #666666. Windows color (decimal): -9413253 or 8084848. OLE color: 8084848.

HSL color Cylindrical-coordinate representation of color #705D7B: hue angle of 278º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #705D7B is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 112 93 123 -
CMYK 0.09 0.24 0 0.52
HSL 278º 0.14% 0.42% -
HSV(B) 278º 0.24% 0.48% -
XYZ 14.17 12.7 20.44 -
YUV 102.1 139.79 135.06 -
System Red Green Blue C M Y K H S L
Decimal 112 93 123 0.09 0.24 0 0.52 278 0.14 0.42
Hex 70 5D 7B 9 18 0 34 116 E 2A
Octal 160 135 173 11 30 0 64 426 16 52
Binary 1110000 1011101 1111011 1001 11000 0 110100 100010110 1110 101010

Color Harmonies of #705D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705D7B

Black with #705D7B

Text Example


Text Example

White with #705D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,93,123); }

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

background-color css

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

 a { background-color: rgb(112,93,123); }

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

border-color css

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

 span { border-color: rgb(112,93,123); }

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