Html Css Color HEX #706476 Rum

📋 copy color: '#706476'

red 112 ◦ green 100 ◦ blue 118

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

Shades of Rum #706476

Tints of Rum #706476

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.3%

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

R = 33.94%
G = 30.3%
B = 35.76%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#706476 (or 0x706476) is known color: Rum. HEX triplet: 70, 64 and 76. RGB value is (112,100,118). Sum of RGB (Red+Green+Blue) = 112+100+118=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 118 - color contains mainly: blue. Hex color #706476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706476 is #8F9B89. Grayscale: #696969. Windows color (decimal): -9411466 or 7758960. OLE color: 7758960.

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

Color convert

RGB 112 100 118 -
CMYK 0.05 0.15 0 0.54
HSL 280º 0.08% 0.43% -
HSV(B) 280º 0.15% 0.46% -
XYZ 14.51 13.87 19.05 -
YUV 105.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 112 100 118 0.05 0.15 0 0.54 280 0.08 0.43
Hex 70 64 76 5 F 0 36 118 8 2B
Octal 160 144 166 5 17 0 66 430 10 53
Binary 1110000 1100100 1110110 101 1111 0 110110 100011000 1000 101011

Color Harmonies of #706476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706476

Black with #706476

Text Example


Text Example

White with #706476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706476; }

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

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

background-color css

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

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

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

border-color css

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

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

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