#7D6266

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

Shades of Empress #7D6266

Tints of Empress #7D6266

Color information

#7D6266 (or 0x7D6266) is unknown color: approx Empress. HEX triplet: 7D, 62 and 66. RGB value is (125,98,102). Sum of RGB (Red+Green+Blue) = 125+98+102=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6266 is #829D99. Grayscale: #6A6A6A. Windows color (decimal): -8560026 or 6709885. OLE color: 6709885.

HSL color Cylindrical-coordinate representation of color #7D6266: hue angle of 351.11º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D6266 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB12598102-
CMYK00.220.180.51
HSL351.11º12.11%43.73%-
HSV(B)351.11º21.6%49.02%-
XYZ15.2214.0514.48-
YUV106.53125.45141.17-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.46%
GREEN value IS 98 (38.67% from 255) = 30.15%
BLUE value IS 102 (40.23% from 255) = 31.38%
R=38.46%
G=30.15%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1259810200.220.180.51351.1112.1143.73
Hex7D6266016123315fc2c
Octal17514214602622635371454
Binary111110111000101100110010110100101100111010111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D6266; }

 p { color: rgb(125,98,102); }

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

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

 a { background-color: rgb(125,98,102); }

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

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

 span { border-color: rgb(125,98,102); }

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