Html Css Color HEX #7A7273 Empress

📋 copy color: '#7A7273'

red 122 ◦ green 114 ◦ blue 115

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

Shades of Empress #7A7273

Tints of Empress #7A7273

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.48%

 BLUE value IS 115 (45.31% from 255) = 32.76%

R = 34.76%
G = 32.48%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#7A7273 (or 0x7A7273) is known color: Empress. HEX triplet: 7A, 72 and 73. RGB value is (122,114,115). Sum of RGB (Red+Green+Blue) = 122+114+115=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7273 is #858D8C. Grayscale: #747474. Windows color (decimal): -8752525 or 7565946. OLE color: 7565946.

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

Color convert

RGB 122 114 115 -
CMYK 0 0.07 0.06 0.52
HSL 352.5º 0.03% 0.46% -
HSV(B) 352.5º 0.07% 0.48% -
XYZ 17.14 17.41 18.68 -
YUV 116.51 127.15 131.92 -
System Red Green Blue C M Y K H S L
Decimal 122 114 115 0 0.07 0.06 0.52 352.5 0.03 0.46
Hex 7A 72 73 0 7 6 34 160 3 2E
Octal 172 162 163 0 7 6 64 540 3 56
Binary 1111010 1110010 1110011 0 111 110 110100 101100000 11 101110

Color Harmonies of #7A7273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7273

Black with #7A7273

Text Example


Text Example

White with #7A7273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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