Html Css Color HEX #7A7074 Empress

📋 copy color: '#7A7074'

red 122 ◦ green 112 ◦ blue 116

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

Shades of Empress #7A7074

Tints of Empress #7A7074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.14%

R = 34.86%
G = 32%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#7A7074 (or 0x7A7074) is known color: Empress. HEX triplet: 7A, 70 and 74. RGB value is (122,112,116). Sum of RGB (Red+Green+Blue) = 122+112+116=350 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.86% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7074 is #858F8B. Grayscale: #737373. Windows color (decimal): -8753036 or 7630970. OLE color: 7630970.

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

Color convert

RGB 122 112 116 -
CMYK 0 0.08 0.05 0.52
HSL 336º 0.04% 0.46% -
HSV(B) 336º 0.08% 0.48% -
XYZ 16.97 16.99 18.91 -
YUV 115.45 128.31 132.67 -
System Red Green Blue C M Y K H S L
Decimal 122 112 116 0 0.08 0.05 0.52 336 0.04 0.46
Hex 7A 70 74 0 8 5 34 150 4 2E
Octal 172 160 164 0 10 5 64 520 4 56
Binary 1111010 1110000 1110100 0 1000 101 110100 101010000 100 101110

Color Harmonies of #7A7074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7074

Black with #7A7074

Text Example


Text Example

White with #7A7074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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