#726C75

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

Shades of Rum #726C75

Tints of Rum #726C75

Color information

#726C75 (or 0x726C75) is unknown color: approx Rum. HEX triplet: 72, 6C and 75. RGB value is (114,108,117). Sum of RGB (Red+Green+Blue) = 114+108+117=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 117 - color contains mainly: blue. Hex color #726C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C75 is #8D938A. Grayscale: #6E6E6E. Windows color (decimal): -9278347 or 7695474. OLE color: 7695474.

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

Color convert

RGB114108117-
CMYK0.030.0800.54
HSL280º4%44.12%-
HSV(B)280º7.69%45.88%-
XYZ15.5115.5919.02-
YUV110.82131.49130.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.63%
GREEN value IS 108 (42.58% from 255) = 31.86%
BLUE value IS 117 (46.09% from 255) = 34.51%
R=33.63%
G=31.86%
B=34.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1141081170.030.0800.54280444.12
Hex726C753803611842c
Octal162154165310066430454
Binary1110010110110011101011110000110110100011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,108,117); }

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

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

 a { background-color: rgb(114,108,117); }

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

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

 span { border-color: rgb(114,108,117); }

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