Html Css Color HEX #726D73 Rum

📋 copy color: '#726D73'

red 114 ◦ green 109 ◦ blue 115

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

Shades of Rum #726D73

Tints of Rum #726D73

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.25%

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

R = 33.73%
G = 32.25%
B = 34.02%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#726D73 (or 0x726D73) is known color: Rum. HEX triplet: 72, 6D and 73. RGB value is (114,109,115). Sum of RGB (Red+Green+Blue) = 114+109+115=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 115 - color contains mainly: blue. Hex color #726D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726D73 is #8D928C. Grayscale: #6F6F6F. Windows color (decimal): -9278093 or 7564658. OLE color: 7564658.

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

Color convert

RGB 114 109 115 -
CMYK 0.01 0.05 0 0.55
HSL 290º 0.03% 0.44% -
HSV(B) 290º 0.05% 0.45% -
XYZ 15.5 15.75 18.44 -
YUV 111.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 114 109 115 0.01 0.05 0 0.55 290 0.03 0.44
Hex 72 6D 73 1 5 0 37 122 3 2C
Octal 162 155 163 1 5 0 67 442 3 54
Binary 1110010 1101101 1110011 1 101 0 110111 100100010 11 101100

Color Harmonies of #726D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726D73

Black with #726D73

Text Example


Text Example

White with #726D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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