Html Css Color HEX #756E6F Empress

📋 copy color: '#756E6F'

red 117 ◦ green 110 ◦ blue 111

#756E6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Empress #756E6F

Tints of Empress #756E6F

RGB

 RED value IS 117 (46.09% from 255) = 34.62%

 GREEN value IS 110 (43.36% from 255) = 32.54%

 BLUE value IS 111 (43.75% from 255) = 32.84%

R = 34.62%
G = 32.54%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#756E6F (or 0x756E6F) is known color: Empress. HEX triplet: 75, 6E and 6F. RGB value is (117,110,111). Sum of RGB (Red+Green+Blue) = 117+110+111=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 117 - color contains mainly: red. Hex color #756E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E6F is #8A9190. Grayscale: #707070. Windows color (decimal): -9081233 or 7302773. OLE color: 7302773.

HSL color Cylindrical-coordinate representation of color #756E6F: hue angle of 351.43º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #756E6F is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 110 111 -
CMYK 0 0.06 0.05 0.54
HSL 351.43º 0.03% 0.45% -
HSV(B) 351.43º 0.06% 0.46% -
XYZ 15.78 16.08 17.31 -
YUV 112.21 127.32 131.42 -
System Red Green Blue C M Y K H S L
Decimal 117 110 111 0 0.06 0.05 0.54 351.43 0.03 0.45
Hex 75 6E 6F 0 6 5 36 15F 3 2D
Octal 165 156 157 0 6 5 66 537 3 55
Binary 1110101 1101110 1101111 0 110 101 110110 101011111 11 101101

Color Harmonies of #756E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E6F

Black with #756E6F

Text Example


Text Example

White with #756E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756E6F; }

 p { color: rgb(117,110,111); }

 H1.HeaderClassName
 {
   color: #756E6F;
 }
 .AnyTagClassName
 {
   color: #756E6F;
 }
</style>

background-color css

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

 a { background-color: rgb(117,110,111); }

 div.DivClassName
 {
   background-color: #756E6F;
 }
 .BgClassName
 {
   background-color: #756E6F;
 }
</style>

border-color css

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

 span { border-color: rgb(117,110,111); }

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