Html Css Color HEX #726A73 Rum

📋 copy color: '#726A73'

red 114 ◦ green 106 ◦ blue 115

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

Shades of Rum #726A73

Tints of Rum #726A73

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.64%

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

R = 34.03%
G = 31.64%
B = 34.33%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#726A73 (or 0x726A73) is known color: Rum. HEX triplet: 72, 6A and 73. RGB value is (114,106,115). Sum of RGB (Red+Green+Blue) = 114+106+115=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 115 - color contains mainly: blue. Hex color #726A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A73 is #8D958C. Grayscale: #6D6D6D. Windows color (decimal): -9278861 or 7563890. OLE color: 7563890.

HSL color Cylindrical-coordinate representation of color #726A73: hue angle of 293.33º 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 #726A73 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 106 115 -
CMYK 0.01 0.08 0 0.55
HSL 293.33º 0.04% 0.43% -
HSV(B) 293.33º 0.08% 0.45% -
XYZ 15.19 15.12 18.34 -
YUV 109.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 114 106 115 0.01 0.08 0 0.55 293.33 0.04 0.43
Hex 72 6A 73 1 8 0 37 125 4 2B
Octal 162 152 163 1 10 0 67 445 4 53
Binary 1110010 1101010 1110011 1 1000 0 110111 100100101 100 101011

Color Harmonies of #726A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726A73

Black with #726A73

Text Example


Text Example

White with #726A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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