Html Css Color HEX #706972 Rum

📋 copy color: '#706972'

red 112 ◦ green 105 ◦ blue 114

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

Shades of Rum #706972

Tints of Rum #706972

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.72%

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

R = 33.84%
G = 31.72%
B = 34.44%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#706972 (or 0x706972) is known color: Rum. HEX triplet: 70, 69 and 72. RGB value is (112,105,114). Sum of RGB (Red+Green+Blue) = 112+105+114=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 114 - color contains mainly: blue. Hex color #706972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706972 is #8F968D. Grayscale: #6C6C6C. Windows color (decimal): -9410190 or 7498096. OLE color: 7498096.

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

Color convert

RGB 112 105 114 -
CMYK 0.02 0.08 0 0.55
HSL 286.67º 0.04% 0.43% -
HSV(B) 286.67º 0.08% 0.45% -
XYZ 14.77 14.76 17.99 -
YUV 108.12 131.32 130.77 -
System Red Green Blue C M Y K H S L
Decimal 112 105 114 0.02 0.08 0 0.55 286.67 0.04 0.43
Hex 70 69 72 2 8 0 37 11F 4 2B
Octal 160 151 162 2 10 0 67 437 4 53
Binary 1110000 1101001 1110010 10 1000 0 110111 100011111 100 101011

Color Harmonies of #706972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706972

Black with #706972

Text Example


Text Example

White with #706972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706972; }

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

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

background-color css

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

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

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

border-color css

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

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

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