Html Css Color HEX #706472 Rum

📋 copy color: '#706472'

red 112 ◦ green 100 ◦ blue 114

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

Shades of Rum #706472

Tints of Rum #706472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.97%

R = 34.36%
G = 30.67%
B = 34.97%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#706472 (or 0x706472) is known color: Rum. HEX triplet: 70, 64 and 72. RGB value is (112,100,114). Sum of RGB (Red+Green+Blue) = 112+100+114=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 114 - color contains mainly: blue. Hex color #706472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706472 is #8F9B8D. Grayscale: #696969. Windows color (decimal): -9411470 or 7496816. OLE color: 7496816.

HSL color Cylindrical-coordinate representation of color #706472: hue angle of 291.43º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #706472 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 100 114 -
CMYK 0.02 0.12 0 0.55
HSL 291.43º 0.07% 0.42% -
HSV(B) 291.43º 0.12% 0.45% -
XYZ 14.28 13.77 17.83 -
YUV 105.18 132.98 132.86 -
System Red Green Blue C M Y K H S L
Decimal 112 100 114 0.02 0.12 0 0.55 291.43 0.07 0.42
Hex 70 64 72 2 C 0 37 123 7 2A
Octal 160 144 162 2 14 0 67 443 7 52
Binary 1110000 1100100 1110010 10 1100 0 110111 100100011 111 101010

Color Harmonies of #706472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706472

Black with #706472

Text Example


Text Example

White with #706472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706472; }

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

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

background-color css

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

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

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

border-color css

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

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

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