Html Css Color HEX #726E74 Rum

📋 copy color: '#726E74'

red 114 ◦ green 110 ◦ blue 116

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

Shades of Rum #726E74

Tints of Rum #726E74

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.35%

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

R = 33.53%
G = 32.35%
B = 34.12%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#726E74 (or 0x726E74) is known color: Rum. HEX triplet: 72, 6E and 74. RGB value is (114,110,116). Sum of RGB (Red+Green+Blue) = 114+110+116=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 116 - color contains mainly: blue. Hex color #726E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726E74 is #8D918B. Grayscale: #6F6F6F. Windows color (decimal): -9277836 or 7630450. OLE color: 7630450.

HSL color Cylindrical-coordinate representation of color #726E74: hue angle of 280º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #726E74 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 110 116 -
CMYK 0.02 0.05 0 0.55
HSL 280º 0.03% 0.44% -
HSV(B) 280º 0.05% 0.45% -
XYZ 15.67 15.99 18.78 -
YUV 111.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 114 110 116 0.02 0.05 0 0.55 280 0.03 0.44
Hex 72 6E 74 2 5 0 37 118 3 2C
Octal 162 156 164 2 5 0 67 430 3 54
Binary 1110010 1101110 1110100 10 101 0 110111 100011000 11 101100

Color Harmonies of #726E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726E74

Black with #726E74

Text Example


Text Example

White with #726E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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