#7D636B

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

Shades of Empress #7D636B

Tints of Empress #7D636B

Color information

#7D636B (or 0x7D636B) is unknown color: approx Empress. HEX triplet: 7D, 63 and 6B. RGB value is (125,99,107). Sum of RGB (Red+Green+Blue) = 125+99+107=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 125 - color contains mainly: red. Hex color #7D636B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D636B is #829C94. Grayscale: #6B6B6B. Windows color (decimal): -8559765 or 7037821. OLE color: 7037821.

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

Color convert

RGB12599107-
CMYK00.210.140.51
HSL341.54º11.61%43.92%-
HSV(B)341.54º20.8%49.02%-
XYZ15.5714.3515.86-
YUV107.69127.61140.35-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.76%
GREEN value IS 99 (39.06% from 255) = 29.91%
BLUE value IS 107 (42.19% from 255) = 32.33%
R=37.76%
G=29.91%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1259910700.210.140.51341.5411.6143.92
Hex7D636B015E33156c2c
Octal17514315302516635261454
Binary11111011100011110101101010111101100111010101101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D636B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,99,107); }

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

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

 a { background-color: rgb(125,99,107); }

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

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

 span { border-color: rgb(125,99,107); }

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