#7A7375

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

Shades of Empress #7A7375

Tints of Empress #7A7375

Color information

#7A7375 (or 0x7A7375) is unknown color: approx Empress. HEX triplet: 7A, 73 and 75. RGB value is (122,115,117). Sum of RGB (Red+Green+Blue) = 122+115+117=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7375 is #858C8A. Grayscale: #757575. Windows color (decimal): -8752267 or 7697274. OLE color: 7697274.

HSL color Cylindrical-coordinate representation of color #7A7375: hue angle of 342.86º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7A7375 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB122115117-
CMYK00.060.040.52
HSL342.86º2.95%46.47%-
HSV(B)342.86º5.74%47.84%-
XYZ17.3717.6819.33-
YUV117.32127.82131.34-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.46%
GREEN value IS 115 (45.31% from 255) = 32.49%
BLUE value IS 117 (46.09% from 255) = 33.05%
R=34.46%
G=32.49%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12211511700.060.040.52342.862.9546.47
Hex7A73750643415732e
Octal17216316506464527356
Binary111101011100111110101011010011010010101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,115,117); }

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

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

 a { background-color: rgb(122,115,117); }

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

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

 span { border-color: rgb(122,115,117); }

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