Html Css Color HEX #766E70 Empress

📋 copy color: '#766E70'

red 118 ◦ green 110 ◦ blue 112

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

Shades of Empress #766E70

Tints of Empress #766E70

RGB

 RED value IS 118 (46.48% from 255) = 34.71%

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

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

R = 34.71%
G = 32.35%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#766E70 (or 0x766E70) is known color: Empress. HEX triplet: 76, 6E and 70. RGB value is (118,110,112). Sum of RGB (Red+Green+Blue) = 118+110+112=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 118 - color contains mainly: red. Hex color #766E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E70 is #89918F. Grayscale: #707070. Windows color (decimal): -9015696 or 7368310. OLE color: 7368310.

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

Color convert

RGB 118 110 112 -
CMYK 0 0.07 0.05 0.54
HSL 345º 0.04% 0.45% -
HSV(B) 345º 0.07% 0.46% -
XYZ 15.97 16.17 17.61 -
YUV 112.62 127.65 131.84 -
System Red Green Blue C M Y K H S L
Decimal 118 110 112 0 0.07 0.05 0.54 345 0.04 0.45
Hex 76 6E 70 0 7 5 36 159 4 2D
Octal 166 156 160 0 7 5 66 531 4 55
Binary 1110110 1101110 1110000 0 111 101 110110 101011001 100 101101

Color Harmonies of #766E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E70

Black with #766E70

Text Example


Text Example

White with #766E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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