Html Css Color HEX #767071 Empress

📋 copy color: '#767071'

red 118 ◦ green 112 ◦ blue 113

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

Shades of Empress #767071

Tints of Empress #767071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.65%

 BLUE value IS 113 (44.53% from 255) = 32.94%

R = 34.4%
G = 32.65%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#767071 (or 0x767071) is known color: Empress. HEX triplet: 76, 70 and 71. RGB value is (118,112,113). Sum of RGB (Red+Green+Blue) = 118+112+113=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 118 - color contains mainly: red. Hex color #767071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767071 is #898F8E. Grayscale: #717171. Windows color (decimal): -9015183 or 7434358. OLE color: 7434358.

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

Color convert

RGB 118 112 113 -
CMYK 0 0.05 0.04 0.54
HSL 350º 0.03% 0.45% -
HSV(B) 350º 0.05% 0.46% -
XYZ 16.25 16.63 17.98 -
YUV 113.91 127.49 130.92 -
System Red Green Blue C M Y K H S L
Decimal 118 112 113 0 0.05 0.04 0.54 350 0.03 0.45
Hex 76 70 71 0 5 4 36 15E 3 2D
Octal 166 160 161 0 5 4 66 536 3 55
Binary 1110110 1110000 1110001 0 101 100 110110 101011110 11 101101

Color Harmonies of #767071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767071

Black with #767071

Text Example


Text Example

White with #767071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767071; }

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

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

background-color css

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

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

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

border-color css

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

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

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