Html Css Color HEX #706176 Rum

📋 copy color: '#706176'

red 112 ◦ green 97 ◦ blue 118

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

Shades of Rum #706176

Tints of Rum #706176

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.66%

 BLUE value IS 118 (46.48% from 255) = 36.09%

R = 34.25%
G = 29.66%
B = 36.09%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#706176 (or 0x706176) is known color: Rum. HEX triplet: 70, 61 and 76. RGB value is (112,97,118). Sum of RGB (Red+Green+Blue) = 112+97+118=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 118 - color contains mainly: blue. Hex color #706176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706176 is #8F9E89. Grayscale: #676767. Windows color (decimal): -9412234 or 7758192. OLE color: 7758192.

HSL color Cylindrical-coordinate representation of color #706176: hue angle of 282.86º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #706176 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 97 118 -
CMYK 0.05 0.18 0 0.54
HSL 282.86º 0.1% 0.42% -
HSV(B) 282.86º 0.18% 0.46% -
XYZ 14.23 13.3 18.96 -
YUV 103.88 135.97 133.79 -
System Red Green Blue C M Y K H S L
Decimal 112 97 118 0.05 0.18 0 0.54 282.86 0.1 0.42
Hex 70 61 76 5 12 0 36 11B A 2A
Octal 160 141 166 5 22 0 66 433 12 52
Binary 1110000 1100001 1110110 101 10010 0 110110 100011011 1010 101010

Color Harmonies of #706176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706176

Black with #706176

Text Example


Text Example

White with #706176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706176; }

 p { color: rgb(112,97,118); }

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

background-color css

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

 a { background-color: rgb(112,97,118); }

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

border-color css

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

 span { border-color: rgb(112,97,118); }

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