Html Css Color HEX #726479 Rum

📋 copy color: '#726479'

red 114 ◦ green 100 ◦ blue 121

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

Shades of Rum #726479

Tints of Rum #726479

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.85%

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

R = 34.03%
G = 29.85%
B = 36.12%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#726479 (or 0x726479) is known color: Rum. HEX triplet: 72, 64 and 79. RGB value is (114,100,121). Sum of RGB (Red+Green+Blue) = 114+100+121=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 121 - color contains mainly: blue. Hex color #726479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726479 is #8D9B86. Grayscale: #6A6A6A. Windows color (decimal): -9280391 or 7955570. OLE color: 7955570.

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

Color convert

RGB 114 100 121 -
CMYK 0.06 0.17 0 0.53
HSL 280º 0.1% 0.43% -
HSV(B) 280º 0.17% 0.47% -
XYZ 14.95 14.07 20.02 -
YUV 106.58 136.14 133.29 -
System Red Green Blue C M Y K H S L
Decimal 114 100 121 0.06 0.17 0 0.53 280 0.1 0.43
Hex 72 64 79 6 11 0 35 118 A 2B
Octal 162 144 171 6 21 0 65 430 12 53
Binary 1110010 1100100 1111001 110 10001 0 110101 100011000 1010 101011

Color Harmonies of #726479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726479

Black with #726479

Text Example


Text Example

White with #726479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726479; }

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

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

background-color css

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

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

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

border-color css

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

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

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