Html Css Color HEX #706971 Rum

📋 copy color: '#706971'

red 112 ◦ green 105 ◦ blue 113

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

Shades of Rum #706971

Tints of Rum #706971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.82%

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

R = 33.94%
G = 31.82%
B = 34.24%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#706971 (or 0x706971) is known color: Rum. HEX triplet: 70, 69 and 71. RGB value is (112,105,113). Sum of RGB (Red+Green+Blue) = 112+105+113=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 113 - color contains mainly: blue. Hex color #706971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706971 is #8F968E. Grayscale: #6B6B6B. Windows color (decimal): -9410191 or 7432560. OLE color: 7432560.

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

Color convert

RGB 112 105 113 -
CMYK 0.01 0.07 0 0.56
HSL 292.5º 0.04% 0.43% -
HSV(B) 292.5º 0.07% 0.44% -
XYZ 14.71 14.74 17.69 -
YUV 108.01 130.82 130.85 -
System Red Green Blue C M Y K H S L
Decimal 112 105 113 0.01 0.07 0 0.56 292.5 0.04 0.43
Hex 70 69 71 1 7 0 38 124 4 2B
Octal 160 151 161 1 7 0 70 444 4 53
Binary 1110000 1101001 1110001 1 111 0 111000 100100100 100 101011

Color Harmonies of #706971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706971

Black with #706971

Text Example


Text Example

White with #706971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706971; }

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

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

background-color css

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

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

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

border-color css

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

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

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