Html Css Color HEX #706076 Rum

📋 copy color: '#706076'

red 112 ◦ green 96 ◦ blue 118

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

Shades of Rum #706076

Tints of Rum #706076

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.45%

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

R = 34.36%
G = 29.45%
B = 36.2%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#706076 (or 0x706076) is known color: Rum. HEX triplet: 70, 60 and 76. RGB value is (112,96,118). Sum of RGB (Red+Green+Blue) = 112+96+118=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 118 - color contains mainly: blue. Hex color #706076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706076 is #8F9F89. Grayscale: #676767. Windows color (decimal): -9412490 or 7757936. OLE color: 7757936.

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

Color convert

RGB 112 96 118 -
CMYK 0.05 0.19 0 0.54
HSL 283.64º 0.1% 0.42% -
HSV(B) 283.64º 0.19% 0.46% -
XYZ 14.13 13.12 18.93 -
YUV 103.29 136.3 134.21 -
System Red Green Blue C M Y K H S L
Decimal 112 96 118 0.05 0.19 0 0.54 283.64 0.1 0.42
Hex 70 60 76 5 13 0 36 11C A 2A
Octal 160 140 166 5 23 0 66 434 12 52
Binary 1110000 1100000 1110110 101 10011 0 110110 100011100 1010 101010

Color Harmonies of #706076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706076

Black with #706076

Text Example


Text Example

White with #706076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706076; }

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

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

background-color css

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

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

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

border-color css

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

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

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