Html Css Color HEX #756E70 Empress

📋 copy color: '#756E70'

red 117 ◦ green 110 ◦ blue 112

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

Shades of Empress #756E70

Tints of Empress #756E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.04%

R = 34.51%
G = 32.45%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#756E70 (or 0x756E70) is known color: Empress. HEX triplet: 75, 6E and 70. RGB value is (117,110,112). Sum of RGB (Red+Green+Blue) = 117+110+112=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 117 - color contains mainly: red. Hex color #756E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E70 is #8A918F. Grayscale: #707070. Windows color (decimal): -9081232 or 7368309. OLE color: 7368309.

HSL color Cylindrical-coordinate representation of color #756E70: hue angle of 342.86º 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 #756E70 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 110 112 -
CMYK 0 0.06 0.04 0.54
HSL 342.86º 0.03% 0.45% -
HSV(B) 342.86º 0.06% 0.46% -
XYZ 15.84 16.1 17.6 -
YUV 112.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 117 110 112 0 0.06 0.04 0.54 342.86 0.03 0.45
Hex 75 6E 70 0 6 4 36 157 3 2D
Octal 165 156 160 0 6 4 66 527 3 55
Binary 1110101 1101110 1110000 0 110 100 110110 101010111 11 101101

Color Harmonies of #756E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E70

Black with #756E70

Text Example


Text Example

White with #756E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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