#756769

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

Shades of Empress #756769

Tints of Empress #756769

Color information

#756769 (or 0x756769) is unknown color: approx Empress. HEX triplet: 75, 67 and 69. RGB value is (117,103,105). Sum of RGB (Red+Green+Blue) = 117+103+105=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 117 - color contains mainly: red. Hex color #756769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756769 is #8A9896. Grayscale: #6B6B6B. Windows color (decimal): -9083031 or 6907765. OLE color: 6907765.

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

Color convert

RGB117103105-
CMYK00.120.100.54
HSL351.43º6.36%43.14%-
HSV(B)351.43º11.97%45.88%-
XYZ14.7414.515.39-
YUV107.41126.64134.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36%
GREEN value IS 103 (40.62% from 255) = 31.69%
BLUE value IS 105 (41.41% from 255) = 32.31%
R=36%
G=31.69%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710310500.120.100.54351.436.3643.14
Hex7567690CA3615f62b
Octal1651471510141266537653
Binary111010111001111101001011001010110110101011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756769; }

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

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

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

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

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

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

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

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