Html Css Color HEX #726377 Rum

📋 copy color: '#726377'

red 114 ◦ green 99 ◦ blue 119

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

Shades of Rum #726377

Tints of Rum #726377

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.82%

 BLUE value IS 119 (46.88% from 255) = 35.84%

R = 34.34%
G = 29.82%
B = 35.84%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#726377 (or 0x726377) is known color: Rum. HEX triplet: 72, 63 and 77. RGB value is (114,99,119). Sum of RGB (Red+Green+Blue) = 114+99+119=332 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.34% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 119 - color contains mainly: blue. Hex color #726377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726377 is #8D9C88. Grayscale: #696969. Windows color (decimal): -9280649 or 7824242. OLE color: 7824242.

HSL color Cylindrical-coordinate representation of color #726377: hue angle of 285º degrees, saturation: 0.09, 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 #726377 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 99 119 -
CMYK 0.04 0.17 0 0.53
HSL 285º 0.09% 0.43% -
HSV(B) 285º 0.17% 0.47% -
XYZ 14.73 13.83 19.35 -
YUV 105.77 135.47 133.87 -
System Red Green Blue C M Y K H S L
Decimal 114 99 119 0.04 0.17 0 0.53 285 0.09 0.43
Hex 72 63 77 4 11 0 35 11D 9 2B
Octal 162 143 167 4 21 0 65 435 11 53
Binary 1110010 1100011 1110111 100 10001 0 110101 100011101 1001 101011

Color Harmonies of #726377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726377

Black with #726377

Text Example


Text Example

White with #726377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726377; }

 p { color: rgb(114,99,119); }

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

background-color css

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

 a { background-color: rgb(114,99,119); }

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

border-color css

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

 span { border-color: rgb(114,99,119); }

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