Html Css Color HEX #706576 Rum

📋 copy color: '#706576'

red 112 ◦ green 101 ◦ blue 118

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

Shades of Rum #706576

Tints of Rum #706576

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.51%

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

R = 33.84%
G = 30.51%
B = 35.65%

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

#706576 (or 0x706576) is known color: Rum. HEX triplet: 70, 65 and 76. RGB value is (112,101,118). Sum of RGB (Red+Green+Blue) = 112+101+118=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 118 - color contains mainly: blue. Hex color #706576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706576 is #8F9A89. Grayscale: #6A6A6A. Windows color (decimal): -9411210 or 7759216. OLE color: 7759216.

HSL color Cylindrical-coordinate representation of color #706576: hue angle of 278.82º degrees, saturation: 0.08, 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 #706576 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 101 118 -
CMYK 0.05 0.14 0 0.54
HSL 278.82º 0.08% 0.43% -
HSV(B) 278.82º 0.14% 0.46% -
XYZ 14.61 14.06 19.08 -
YUV 106.23 134.64 132.12 -
System Red Green Blue C M Y K H S L
Decimal 112 101 118 0.05 0.14 0 0.54 278.82 0.08 0.43
Hex 70 65 76 5 E 0 36 117 8 2B
Octal 160 145 166 5 16 0 66 427 10 53
Binary 1110000 1100101 1110110 101 1110 0 110110 100010111 1000 101011

Color Harmonies of #706576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706576

Black with #706576

Text Example


Text Example

White with #706576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706576; }

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

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

background-color css

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

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

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

border-color css

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

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

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