Html Css Color HEX #705873 Rum

📋 copy color: '#705873'

red 112 ◦ green 88 ◦ blue 115

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

Shades of Rum #705873

Tints of Rum #705873

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.94%

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

R = 35.56%
G = 27.94%
B = 36.51%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#705873 (or 0x705873) is known color: Rum. HEX triplet: 70, 58 and 73. RGB value is (112,88,115). Sum of RGB (Red+Green+Blue) = 112+88+115=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 115 - color contains mainly: blue. Hex color #705873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705873 is #8FA78C. Grayscale: #626262. Windows color (decimal): -9414541 or 7559280. OLE color: 7559280.

HSL color Cylindrical-coordinate representation of color #705873: hue angle of 293.33º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #705873 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 88 115 -
CMYK 0.03 0.23 0 0.55
HSL 293.33º 0.13% 0.4% -
HSV(B) 293.33º 0.23% 0.45% -
XYZ 13.27 11.66 17.77 -
YUV 98.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 112 88 115 0.03 0.23 0 0.55 293.33 0.13 0.4
Hex 70 58 73 3 17 0 37 125 D 28
Octal 160 130 163 3 27 0 67 445 15 50
Binary 1110000 1011000 1110011 11 10111 0 110111 100100101 1101 101000

Color Harmonies of #705873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705873

Black with #705873

Text Example


Text Example

White with #705873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705873; }

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

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

background-color css

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

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

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

border-color css

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

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

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