Html Css Color HEX #705673 Rum

📋 copy color: '#705673'

red 112 ◦ green 86 ◦ blue 115

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

Shades of Rum #705673

Tints of Rum #705673

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.48%

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

R = 35.78%
G = 27.48%
B = 36.74%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#705673 (or 0x705673) is known color: Rum. HEX triplet: 70, 56 and 73. RGB value is (112,86,115). Sum of RGB (Red+Green+Blue) = 112+86+115=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 115 - color contains mainly: blue. Hex color #705673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705673 is #8FA98C. Grayscale: #606060. Windows color (decimal): -9415053 or 7558768. OLE color: 7558768.

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

Color convert

RGB 112 86 115 -
CMYK 0.03 0.25 0 0.55
HSL 293.79º 0.14% 0.39% -
HSV(B) 293.79º 0.25% 0.45% -
XYZ 13.1 11.34 17.72 -
YUV 97.08 138.11 138.64 -
System Red Green Blue C M Y K H S L
Decimal 112 86 115 0.03 0.25 0 0.55 293.79 0.14 0.39
Hex 70 56 73 3 19 0 37 126 E 27
Octal 160 126 163 3 31 0 67 446 16 47
Binary 1110000 1010110 1110011 11 11001 0 110111 100100110 1110 100111

Color Harmonies of #705673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705673

Black with #705673

Text Example


Text Example

White with #705673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705673; }

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

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

background-color css

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

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

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

border-color css

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

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

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