Html Css Color HEX #706871 Rum

📋 copy color: '#706871'

red 112 ◦ green 104 ◦ blue 113

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

Shades of Rum #706871

Tints of Rum #706871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.61%

 BLUE value IS 113 (44.53% from 255) = 34.35%

R = 34.04%
G = 31.61%
B = 34.35%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#706871 (or 0x706871) is known color: Rum. HEX triplet: 70, 68 and 71. RGB value is (112,104,113). Sum of RGB (Red+Green+Blue) = 112+104+113=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 113 - color contains mainly: blue. Hex color #706871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706871 is #8F978E. Grayscale: #6B6B6B. Windows color (decimal): -9410447 or 7432304. OLE color: 7432304.

HSL color Cylindrical-coordinate representation of color #706871: hue angle of 293.33º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #706871 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 104 113 -
CMYK 0.01 0.08 0 0.56
HSL 293.33º 0.04% 0.43% -
HSV(B) 293.33º 0.08% 0.44% -
XYZ 14.61 14.54 17.66 -
YUV 107.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 112 104 113 0.01 0.08 0 0.56 293.33 0.04 0.43
Hex 70 68 71 1 8 0 38 125 4 2B
Octal 160 150 161 1 10 0 70 445 4 53
Binary 1110000 1101000 1110001 1 1000 0 111000 100100101 100 101011

Color Harmonies of #706871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706871

Black with #706871

Text Example


Text Example

White with #706871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706871; }

 p { color: rgb(112,104,113); }

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

background-color css

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

 a { background-color: rgb(112,104,113); }

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

border-color css

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

 span { border-color: rgb(112,104,113); }

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