#726574

Color #726574 Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rum #726574

Tints of Rum #726574

Color information

#726574 (or 0x726574) is unknown color: approx Rum. HEX triplet: 72, 65 and 74. RGB value is (114,101,116). Sum of RGB (Red+Green+Blue) = 114+101+116=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 116 - color contains mainly: blue. Hex color #726574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726574 is #8D9A8B. Grayscale: #6A6A6A. Windows color (decimal): -9280140 or 7628146. OLE color: 7628146.

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

Color convert

RGB114101116-
CMYK0.020.1300.55
HSL292º6.91%42.55%-
HSV(B)292º12.93%45.49%-
XYZ14.7514.1518.48-
YUV106.6133.31133.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.44%
GREEN value IS 101 (39.84% from 255) = 30.51%
BLUE value IS 116 (45.70% from 255) = 35.05%
R=34.44%
G=30.51%
B=35.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141011160.020.1300.552926.9142.55
Hex7265742D03712472b
Octal162145164215067444753
Binary1110010110010111101001011010110111100100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726574; }

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

 H1.HeaderClassName
 {
   color: #726574;
 }
 .AnyTagClassName
 {
   color: #726574;
 }
</style>
background-color css

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

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

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

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

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

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