#72647A

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

Shades of Rum #72647A

Tints of Rum #72647A

Color information

#72647A (or 0x72647A) is unknown color: approx Rum. HEX triplet: 72, 64 and 7A. RGB value is (114,100,122). Sum of RGB (Red+Green+Blue) = 114+100+122=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 122 - color contains mainly: blue. Hex color #72647A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72647A is #8D9B85. Grayscale: #6A6A6A. Windows color (decimal): -9280390 or 8021106. OLE color: 8021106.

HSL color Cylindrical-coordinate representation of color #72647A: hue angle of 278.18º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #72647A is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB114100122-
CMYK0.070.1800.52
HSL278.18º9.91%43.53%-
HSV(B)278.18º18.03%47.84%-
XYZ15.0114.120.34-
YUV106.69136.64133.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.93%
GREEN value IS 100 (39.45% from 255) = 29.76%
BLUE value IS 122 (48.05% from 255) = 36.31%
R=33.93%
G=29.76%
B=36.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1141001220.070.1800.52278.189.9143.53
Hex72647A712034116a2c
Octal1621441727220644261254
Binary1110010110010011110101111001001101001000101101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72647A; }

 p { color: rgb(114,100,122); }

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

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

 a { background-color: rgb(114,100,122); }

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

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

 span { border-color: rgb(114,100,122); }

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