#726869

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

Shades of Empress #726869

Tints of Empress #726869

Color information

#726869 (or 0x726869) is unknown color: approx Empress. HEX triplet: 72, 68 and 69. RGB value is (114,104,105). Sum of RGB (Red+Green+Blue) = 114+104+105=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 114 - color contains mainly: red. Hex color #726869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726869 is #8D9796. Grayscale: #6B6B6B. Windows color (decimal): -9279383 or 6908018. OLE color: 6908018.

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

Color convert

RGB114104105-
CMYK00.090.080.55
HSL354º4.59%42.75%-
HSV(B)354º8.77%44.71%-
XYZ14.4414.515.4-
YUV107.1126.81132.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.29%
GREEN value IS 104 (41.02% from 255) = 32.20%
BLUE value IS 105 (41.41% from 255) = 32.51%
R=35.29%
G=32.20%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410410500.090.080.553544.5942.75
Hex7268690983716252b
Octal1621501510111067542553
Binary111001011010001101001010011000110111101100010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726869; }

 p { color: rgb(114,104,105); }

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

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

 a { background-color: rgb(114,104,105); }

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

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

 span { border-color: rgb(114,104,105); }

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