#72617C

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

Shades of Rum #72617C

Tints of Rum #72617C

Color information

#72617C (or 0x72617C) is unknown color: approx Rum. HEX triplet: 72, 61 and 7C. RGB value is (114,97,124). Sum of RGB (Red+Green+Blue) = 114+97+124=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 124 - color contains mainly: blue. Hex color #72617C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72617C is #8D9E83. Grayscale: #696969. Windows color (decimal): -9281156 or 8151410. OLE color: 8151410.

HSL color Cylindrical-coordinate representation of color #72617C: hue angle of 277.78º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #72617C is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11497124-
CMYK0.080.2200.51
HSL277.78º12.22%43.33%-
HSV(B)277.78º21.77%48.63%-
XYZ14.8513.5820.91-
YUV105.16138.63134.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.03%
GREEN value IS 97 (38.28% from 255) = 28.96%
BLUE value IS 124 (48.83% from 255) = 37.01%
R=34.03%
G=28.96%
B=37.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal114971240.080.2200.51277.7812.2243.33
Hex72617C816033116c2b
Octal16214117410260634261453
Binary11100101100001111110010001011001100111000101101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72617C; }

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

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

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

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

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

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

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

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