Html Css Color HEX #706072 Rum

📋 copy color: '#706072'

red 112 ◦ green 96 ◦ blue 114

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

Shades of Rum #706072

Tints of Rum #706072

RGB

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

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

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

R = 34.78%
G = 29.81%
B = 35.4%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#706072 (or 0x706072) is known color: Rum. HEX triplet: 70, 60 and 72. RGB value is (112,96,114). Sum of RGB (Red+Green+Blue) = 112+96+114=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 114 - color contains mainly: blue. Hex color #706072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706072 is #8F9F8D. Grayscale: #666666. Windows color (decimal): -9412494 or 7495792. OLE color: 7495792.

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

Color convert

RGB 112 96 114 -
CMYK 0.02 0.16 0 0.55
HSL 293.33º 0.09% 0.41% -
HSV(B) 293.33º 0.16% 0.45% -
XYZ 13.9 13.03 17.7 -
YUV 102.84 134.3 134.54 -
System Red Green Blue C M Y K H S L
Decimal 112 96 114 0.02 0.16 0 0.55 293.33 0.09 0.41
Hex 70 60 72 2 10 0 37 125 9 29
Octal 160 140 162 2 20 0 67 445 11 51
Binary 1110000 1100000 1110010 10 10000 0 110111 100100101 1001 101001

Color Harmonies of #706072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706072

Black with #706072

Text Example


Text Example

White with #706072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706072; }

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

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

background-color css

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

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

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

border-color css

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

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

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