Html Css Color HEX #705E73 Rum

📋 copy color: '#705E73'

red 112 ◦ green 94 ◦ blue 115

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

Shades of Rum #705E73

Tints of Rum #705E73

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.28%

 BLUE value IS 115 (45.31% from 255) = 35.83%

R = 34.89%
G = 29.28%
B = 35.83%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#705E73 (or 0x705E73) is known color: Rum. HEX triplet: 70, 5E and 73. RGB value is (112,94,115). Sum of RGB (Red+Green+Blue) = 112+94+115=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 115 - color contains mainly: blue. Hex color #705E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705E73 is #8FA18C. Grayscale: #656565. Windows color (decimal): -9413005 or 7560816. OLE color: 7560816.

HSL color Cylindrical-coordinate representation of color #705E73: hue angle of 291.43º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #705E73 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 94 115 -
CMYK 0.03 0.18 0 0.55
HSL 291.43º 0.1% 0.41% -
HSV(B) 291.43º 0.18% 0.45% -
XYZ 13.78 12.69 17.94 -
YUV 101.78 135.46 135.29 -
System Red Green Blue C M Y K H S L
Decimal 112 94 115 0.03 0.18 0 0.55 291.43 0.1 0.41
Hex 70 5E 73 3 12 0 37 123 A 29
Octal 160 136 163 3 22 0 67 443 12 51
Binary 1110000 1011110 1110011 11 10010 0 110111 100100011 1010 101001

Color Harmonies of #705E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705E73

Black with #705E73

Text Example


Text Example

White with #705E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,94,115); }

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

background-color css

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

 a { background-color: rgb(112,94,115); }

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

border-color css

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

 span { border-color: rgb(112,94,115); }

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