#726B75

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

Shades of Rum #726B75

Tints of Rum #726B75

Color information

#726B75 (or 0x726B75) is unknown color: approx Rum. HEX triplet: 72, 6B and 75. RGB value is (114,107,117). Sum of RGB (Red+Green+Blue) = 114+107+117=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 117 - color contains mainly: blue. Hex color #726B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726B75 is #8D948A. Grayscale: #6E6E6E. Windows color (decimal): -9278603 or 7695218. OLE color: 7695218.

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

Color convert

RGB114107117-
CMYK0.030.0900.54
HSL282º4.46%43.92%-
HSV(B)282º8.55%45.88%-
XYZ15.4115.3818.99-
YUV110.23131.82130.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.73%
GREEN value IS 107 (42.19% from 255) = 31.66%
BLUE value IS 117 (46.09% from 255) = 34.62%
R=33.73%
G=31.66%
B=34.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1141071170.030.0900.542824.4643.92
Hex726B753903611a42c
Octal162153165311066432454
Binary1110010110101111101011110010110110100011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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