Html Css Color HEX #726579 Rum

📋 copy color: '#726579'

red 114 ◦ green 101 ◦ blue 121

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

Shades of Rum #726579

Tints of Rum #726579

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.06%

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

R = 33.93%
G = 30.06%
B = 36.01%

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

#726579 (or 0x726579) is known color: Rum. HEX triplet: 72, 65 and 79. RGB value is (114,101,121). Sum of RGB (Red+Green+Blue) = 114+101+121=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 121 - color contains mainly: blue. Hex color #726579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726579 is #8D9A86. Grayscale: #6B6B6B. Windows color (decimal): -9280135 or 7955826. OLE color: 7955826.

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

Color convert

RGB 114 101 121 -
CMYK 0.06 0.17 0 0.53
HSL 279º 0.09% 0.44% -
HSV(B) 279º 0.17% 0.47% -
XYZ 15.04 14.27 20.05 -
YUV 107.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 114 101 121 0.06 0.17 0 0.53 279 0.09 0.44
Hex 72 65 79 6 11 0 35 117 9 2C
Octal 162 145 171 6 21 0 65 427 11 54
Binary 1110010 1100101 1111001 110 10001 0 110101 100010111 1001 101100

Color Harmonies of #726579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726579

Black with #726579

Text Example


Text Example

White with #726579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726579; }

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

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

background-color css

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

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

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

border-color css

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

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

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