Html Css Color HEX #706676 Rum

📋 copy color: '#706676'

red 112 ◦ green 102 ◦ blue 118

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

Shades of Rum #706676

Tints of Rum #706676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.72%

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

R = 33.73%
G = 30.72%
B = 35.54%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#706676 (or 0x706676) is known color: Rum. HEX triplet: 70, 66 and 76. RGB value is (112,102,118). Sum of RGB (Red+Green+Blue) = 112+102+118=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 118 - color contains mainly: blue. Hex color #706676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706676 is #8F9989. Grayscale: #6A6A6A. Windows color (decimal): -9410954 or 7759472. OLE color: 7759472.

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

Color convert

RGB 112 102 118 -
CMYK 0.05 0.14 0 0.54
HSL 277.5º 0.07% 0.43% -
HSV(B) 277.5º 0.14% 0.46% -
XYZ 14.7 14.26 19.12 -
YUV 106.81 134.31 131.7 -
System Red Green Blue C M Y K H S L
Decimal 112 102 118 0.05 0.14 0 0.54 277.5 0.07 0.43
Hex 70 66 76 5 E 0 36 116 7 2B
Octal 160 146 166 5 16 0 66 426 7 53
Binary 1110000 1100110 1110110 101 1110 0 110110 100010110 111 101011

Color Harmonies of #706676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706676

Black with #706676

Text Example


Text Example

White with #706676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706676; }

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

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

background-color css

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

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

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

border-color css

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

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

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