Html Css Color HEX #706B71 Rum

📋 copy color: '#706B71'

red 112 ◦ green 107 ◦ blue 113

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

Shades of Rum #706B71

Tints of Rum #706B71

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.23%

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

R = 33.73%
G = 32.23%
B = 34.04%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#706B71 (or 0x706B71) is known color: Rum. HEX triplet: 70, 6B and 71. RGB value is (112,107,113). Sum of RGB (Red+Green+Blue) = 112+107+113=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 113 - color contains mainly: blue. Hex color #706B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B71 is #8F948E. Grayscale: #6D6D6D. Windows color (decimal): -9409679 or 7433072. OLE color: 7433072.

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

Color convert

RGB 112 107 113 -
CMYK 0.01 0.05 0 0.56
HSL 290º 0.03% 0.43% -
HSV(B) 290º 0.05% 0.44% -
XYZ 14.92 15.15 17.76 -
YUV 109.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 112 107 113 0.01 0.05 0 0.56 290 0.03 0.43
Hex 70 6B 71 1 5 0 38 122 3 2B
Octal 160 153 161 1 5 0 70 442 3 53
Binary 1110000 1101011 1110001 1 101 0 111000 100100010 11 101011

Color Harmonies of #706B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706B71

Black with #706B71

Text Example


Text Example

White with #706B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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