Html Css Color HEX #7A7275 Empress

📋 copy color: '#7A7275'

red 122 ◦ green 114 ◦ blue 117

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

Shades of Empress #7A7275

Tints of Empress #7A7275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.14%

R = 34.56%
G = 32.29%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#7A7275 (or 0x7A7275) is known color: Empress. HEX triplet: 7A, 72 and 75. RGB value is (122,114,117). Sum of RGB (Red+Green+Blue) = 122+114+117=353 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.56% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7275 is #858D8A. Grayscale: #747474. Windows color (decimal): -8752523 or 7697018. OLE color: 7697018.

HSL color Cylindrical-coordinate representation of color #7A7275: hue angle of 337.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 #7A7275 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 114 117 -
CMYK 0 0.07 0.04 0.52
HSL 337.5º 0.03% 0.46% -
HSV(B) 337.5º 0.07% 0.48% -
XYZ 17.25 17.46 19.29 -
YUV 116.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 122 114 117 0 0.07 0.04 0.52 337.5 0.03 0.46
Hex 7A 72 75 0 7 4 34 152 3 2E
Octal 172 162 165 0 7 4 64 522 3 56
Binary 1111010 1110010 1110101 0 111 100 110100 101010010 11 101110

Color Harmonies of #7A7275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7275

Black with #7A7275

Text Example


Text Example

White with #7A7275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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