Html Css Color HEX #726079 Rum

📋 copy color: '#726079'

red 114 ◦ green 96 ◦ blue 121

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

Shades of Rum #726079

Tints of Rum #726079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 36.56%

R = 34.44%
G = 29%
B = 36.56%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#726079 (or 0x726079) is known color: Rum. HEX triplet: 72, 60 and 79. RGB value is (114,96,121). Sum of RGB (Red+Green+Blue) = 114+96+121=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 121 - color contains mainly: blue. Hex color #726079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726079 is #8D9F86. Grayscale: #686868. Windows color (decimal): -9281415 or 7954546. OLE color: 7954546.

HSL color Cylindrical-coordinate representation of color #726079: hue angle of 283.2º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #726079 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 96 121 -
CMYK 0.06 0.21 0 0.53
HSL 283.2º 0.12% 0.43% -
HSV(B) 283.2º 0.21% 0.47% -
XYZ 14.57 13.32 19.89 -
YUV 104.23 137.46 134.97 -
System Red Green Blue C M Y K H S L
Decimal 114 96 121 0.06 0.21 0 0.53 283.2 0.12 0.43
Hex 72 60 79 6 15 0 35 11B C 2B
Octal 162 140 171 6 25 0 65 433 14 53
Binary 1110010 1100000 1111001 110 10101 0 110101 100011011 1100 101011

Color Harmonies of #726079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726079

Black with #726079

Text Example


Text Example

White with #726079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726079; }

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

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

background-color css

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

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

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

border-color css

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

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

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