Html Css Color HEX #726E73 Rum

📋 copy color: '#726E73'

red 114 ◦ green 110 ◦ blue 115

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

Shades of Rum #726E73

Tints of Rum #726E73

RGB

 RED value IS 114 (44.92% from 255) = 33.63%

 GREEN value IS 110 (43.36% from 255) = 32.45%

 BLUE value IS 115 (45.31% from 255) = 33.92%

R = 33.63%
G = 32.45%
B = 33.92%

CMYK

 C value IS 0.01

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#726E73 (or 0x726E73) is known color: Rum. HEX triplet: 72, 6E and 73. RGB value is (114,110,115). Sum of RGB (Red+Green+Blue) = 114+110+115=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 115 - color contains mainly: blue. Hex color #726E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726E73 is #8D918C. Grayscale: #6F6F6F. Windows color (decimal): -9277837 or 7564914. OLE color: 7564914.

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

Color convert

RGB 114 110 115 -
CMYK 0.01 0.04 0 0.55
HSL 288º 0.02% 0.44% -
HSV(B) 288º 0.04% 0.45% -
XYZ 15.61 15.97 18.48 -
YUV 111.77 129.83 129.59 -
System Red Green Blue C M Y K H S L
Decimal 114 110 115 0.01 0.04 0 0.55 288 0.02 0.44
Hex 72 6E 73 1 4 0 37 120 2 2C
Octal 162 156 163 1 4 0 67 440 2 54
Binary 1110010 1101110 1110011 1 100 0 110111 100100000 10 101100

Color Harmonies of #726E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726E73

Black with #726E73

Text Example


Text Example

White with #726E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726E73; }

 p { color: rgb(114,110,115); }

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

background-color css

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

 a { background-color: rgb(114,110,115); }

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

border-color css

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

 span { border-color: rgb(114,110,115); }

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