#726B6C

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

Shades of Empress #726B6C

Tints of Empress #726B6C

Color information

#726B6C (or 0x726B6C) is unknown color: approx Empress. HEX triplet: 72, 6B and 6C. RGB value is (114,107,108). Sum of RGB (Red+Green+Blue) = 114+107+108=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 114 - color contains mainly: red. Hex color #726B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726B6C is #8D9493. Grayscale: #6D6D6D. Windows color (decimal): -9278612 or 7105394. OLE color: 7105394.

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

Color convert

RGB114107108-
CMYK00.060.050.55
HSL351.43º3.17%43.33%-
HSV(B)351.43º6.14%44.71%-
XYZ14.915.1816.33-
YUV109.21127.32131.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.65%
GREEN value IS 107 (42.19% from 255) = 32.52%
BLUE value IS 108 (42.58% from 255) = 32.83%
R=34.65%
G=32.52%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410710800.060.050.55351.433.1743.33
Hex726B6C0653715f32b
Octal16215315406567537353
Binary111001011010111101100011010111011110101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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