#75696B

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

Shades of Empress #75696B

Tints of Empress #75696B

Color information

#75696B (or 0x75696B) is unknown color: approx Empress. HEX triplet: 75, 69 and 6B. RGB value is (117,105,107). Sum of RGB (Red+Green+Blue) = 117+105+107=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 117 - color contains mainly: red. Hex color #75696B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75696B is #8A9694. Grayscale: #6C6C6C. Windows color (decimal): -9082517 or 7039349. OLE color: 7039349.

HSL color Cylindrical-coordinate representation of color #75696B: hue angle of 350º 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 #75696B is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB117105107-
CMYK00.100.090.54
HSL350º5.41%43.53%-
HSV(B)350º10.26%45.88%-
XYZ15.0414.9516-
YUV108.82126.98133.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.56%
GREEN value IS 105 (41.41% from 255) = 31.91%
BLUE value IS 107 (42.19% from 255) = 32.52%
R=35.56%
G=31.91%
B=32.52%

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
Decimal11710510700.100.090.543505.4143.53
Hex75696B0A93615e52c
Octal1651511530121166536554
Binary111010111010011101011010101001110110101011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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