Html Css Color HEX #7A7072 Empress

📋 copy color: '#7A7072'

red 122 ◦ green 112 ◦ blue 114

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

Shades of Empress #7A7072

Tints of Empress #7A7072

RGB

 RED value IS 122 (48.05% from 255) = 35.06%

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

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

R = 35.06%
G = 32.18%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#7A7072 (or 0x7A7072) is known color: Empress. HEX triplet: 7A, 70 and 72. RGB value is (122,112,114). Sum of RGB (Red+Green+Blue) = 122+112+114=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7072 is #858F8D. Grayscale: #737373. Windows color (decimal): -8753038 or 7499898. OLE color: 7499898.

HSL color Cylindrical-coordinate representation of color #7A7072: hue angle of 348º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7A7072 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 112 114 -
CMYK 0 0.08 0.07 0.52
HSL 348º 0.04% 0.46% -
HSV(B) 348º 0.08% 0.48% -
XYZ 16.86 16.94 18.3 -
YUV 115.22 127.31 132.84 -
System Red Green Blue C M Y K H S L
Decimal 122 112 114 0 0.08 0.07 0.52 348 0.04 0.46
Hex 7A 70 72 0 8 7 34 15C 4 2E
Octal 172 160 162 0 10 7 64 534 4 56
Binary 1111010 1110000 1110010 0 1000 111 110100 101011100 100 101110

Color Harmonies of #7A7072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7072

Black with #7A7072

Text Example


Text Example

White with #7A7072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A7072; }

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

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

background-color css

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

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

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

border-color css

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

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

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