#75676A

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

Shades of Empress #75676A

Tints of Empress #75676A

Color information

#75676A (or 0x75676A) is unknown color: approx Empress. HEX triplet: 75, 67 and 6A. RGB value is (117,103,106). Sum of RGB (Red+Green+Blue) = 117+103+106=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 117 - color contains mainly: red. Hex color #75676A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75676A is #8A9895. Grayscale: #6B6B6B. Windows color (decimal): -9083030 or 6973301. OLE color: 6973301.

HSL color Cylindrical-coordinate representation of color #75676A: hue angle of 347.14º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #75676A is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB117103106-
CMYK00.120.090.54
HSL347.14º6.36%43.14%-
HSV(B)347.14º11.97%45.88%-
XYZ14.7914.5215.66-
YUV107.53127.14134.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.89%
GREEN value IS 103 (40.62% from 255) = 31.60%
BLUE value IS 106 (41.80% from 255) = 32.52%
R=35.89%
G=31.60%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710310600.120.090.54347.146.3643.14
Hex75676A0C93615b62b
Octal1651471520141166533653
Binary111010111001111101010011001001110110101011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75676A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75676A; }

 p { color: rgb(117,103,106); }

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

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

 a { background-color: rgb(117,103,106); }

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

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

 span { border-color: rgb(117,103,106); }

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