Html Css Color HEX #767072 Empress

📋 copy color: '#767072'

red 118 ◦ green 112 ◦ blue 114

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

Shades of Empress #767072

Tints of Empress #767072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.14%

R = 34.3%
G = 32.56%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#767072 (or 0x767072) is known color: Empress. HEX triplet: 76, 70 and 72. RGB value is (118,112,114). Sum of RGB (Red+Green+Blue) = 118+112+114=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 118 - color contains mainly: red. Hex color #767072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767072 is #898F8D. Grayscale: #727272. Windows color (decimal): -9015182 or 7499894. OLE color: 7499894.

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

Color convert

RGB 118 112 114 -
CMYK 0 0.05 0.03 0.54
HSL 340º 0.03% 0.45% -
HSV(B) 340º 0.05% 0.46% -
XYZ 16.3 16.65 18.28 -
YUV 114.02 127.99 130.84 -
System Red Green Blue C M Y K H S L
Decimal 118 112 114 0 0.05 0.03 0.54 340 0.03 0.45
Hex 76 70 72 0 5 3 36 154 3 2D
Octal 166 160 162 0 5 3 66 524 3 55
Binary 1110110 1110000 1110010 0 101 11 110110 101010100 11 101101

Color Harmonies of #767072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767072

Black with #767072

Text Example


Text Example

White with #767072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767072; }

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

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

background-color css

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

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

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

border-color css

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

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

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