Html Css Color HEX #705872 Rum

📋 copy color: '#705872'

red 112 ◦ green 88 ◦ blue 114

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

Shades of Rum #705872

Tints of Rum #705872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.31%

R = 35.67%
G = 28.03%
B = 36.31%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#705872 (or 0x705872) is known color: Rum. HEX triplet: 70, 58 and 72. RGB value is (112,88,114). Sum of RGB (Red+Green+Blue) = 112+88+114=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 114 - color contains mainly: blue. Hex color #705872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705872 is #8FA78D. Grayscale: #626262. Windows color (decimal): -9414542 or 7493744. OLE color: 7493744.

HSL color Cylindrical-coordinate representation of color #705872: hue angle of 295.38º 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 #705872 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 88 114 -
CMYK 0.02 0.23 0 0.55
HSL 295.38º 0.13% 0.4% -
HSV(B) 295.38º 0.23% 0.45% -
XYZ 13.21 11.64 17.47 -
YUV 98.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 112 88 114 0.02 0.23 0 0.55 295.38 0.13 0.4
Hex 70 58 72 2 17 0 37 127 D 28
Octal 160 130 162 2 27 0 67 447 15 50
Binary 1110000 1011000 1110010 10 10111 0 110111 100100111 1101 101000

Color Harmonies of #705872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705872

Black with #705872

Text Example


Text Example

White with #705872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705872; }

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

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

background-color css

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

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

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

border-color css

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

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

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