Html Css Color HEX #726174 Rum

📋 copy color: '#726174'

red 114 ◦ green 97 ◦ blue 116

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

Shades of Rum #726174

Tints of Rum #726174

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.66%

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

R = 34.86%
G = 29.66%
B = 35.47%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#726174 (or 0x726174) is known color: Rum. HEX triplet: 72, 61 and 74. RGB value is (114,97,116). Sum of RGB (Red+Green+Blue) = 114+97+116=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 116 - color contains mainly: blue. Hex color #726174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726174 is #8D9E8B. Grayscale: #686868. Windows color (decimal): -9281164 or 7627122. OLE color: 7627122.

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

Color convert

RGB 114 97 116 -
CMYK 0.02 0.16 0 0.55
HSL 293.68º 0.09% 0.42% -
HSV(B) 293.68º 0.16% 0.45% -
XYZ 14.37 13.39 18.35 -
YUV 104.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 114 97 116 0.02 0.16 0 0.55 293.68 0.09 0.42
Hex 72 61 74 2 10 0 37 126 9 2A
Octal 162 141 164 2 20 0 67 446 11 52
Binary 1110010 1100001 1110100 10 10000 0 110111 100100110 1001 101010

Color Harmonies of #726174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726174

Black with #726174

Text Example


Text Example

White with #726174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726174; }

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

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

background-color css

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

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

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

border-color css

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

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

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