Html Css Color HEX #726374 Rum

📋 copy color: '#726374'

red 114 ◦ green 99 ◦ blue 116

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

Shades of Rum #726374

Tints of Rum #726374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.26%

R = 34.65%
G = 30.09%
B = 35.26%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#726374 (or 0x726374) is known color: Rum. HEX triplet: 72, 63 and 74. RGB value is (114,99,116). Sum of RGB (Red+Green+Blue) = 114+99+116=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 116 - color contains mainly: blue. Hex color #726374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726374 is #8D9C8B. Grayscale: #696969. Windows color (decimal): -9280652 or 7627634. OLE color: 7627634.

HSL color Cylindrical-coordinate representation of color #726374: hue angle of 292.94º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #726374 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 99 116 -
CMYK 0.02 0.15 0 0.55
HSL 292.94º 0.08% 0.42% -
HSV(B) 292.94º 0.15% 0.45% -
XYZ 14.55 13.76 18.41 -
YUV 105.42 133.97 134.12 -
System Red Green Blue C M Y K H S L
Decimal 114 99 116 0.02 0.15 0 0.55 292.94 0.08 0.42
Hex 72 63 74 2 F 0 37 125 8 2A
Octal 162 143 164 2 17 0 67 445 10 52
Binary 1110010 1100011 1110100 10 1111 0 110111 100100101 1000 101010

Color Harmonies of #726374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726374

Black with #726374

Text Example


Text Example

White with #726374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726374; }

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

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

background-color css

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

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

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

border-color css

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

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

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