#75696A

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

Shades of Empress #75696A

Tints of Empress #75696A

Color information

#75696A (or 0x75696A) is unknown color: approx Empress. HEX triplet: 75, 69 and 6A. RGB value is (117,105,106). Sum of RGB (Red+Green+Blue) = 117+105+106=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 117 - color contains mainly: red. Hex color #75696A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75696A is #8A9695. Grayscale: #6C6C6C. Windows color (decimal): -9082518 or 6973813. OLE color: 6973813.

HSL color Cylindrical-coordinate representation of color #75696A: hue angle of 355º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #75696A is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB117105106-
CMYK00.100.090.54
HSL355º5.41%43.53%-
HSV(B)355º10.26%45.88%-
XYZ14.9914.9315.73-
YUV108.7126.48133.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.67%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 106 (41.80% from 255) = 32.32%
R=35.67%
G=32.01%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710510600.100.090.543555.4143.53
Hex75696A0A93616352c
Octal1651511520121166543554
Binary111010111010011101010010101001110110101100011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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