Html Css Color HEX #7A7475 Empress

📋 copy color: '#7A7475'

red 122 ◦ green 116 ◦ blue 117

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

Shades of Empress #7A7475

Tints of Empress #7A7475

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.68%

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

R = 34.37%
G = 32.68%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#7A7475 (or 0x7A7475) is known color: Empress. HEX triplet: 7A, 74 and 75. RGB value is (122,116,117). Sum of RGB (Red+Green+Blue) = 122+116+117=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7475 is #858B8A. Grayscale: #757575. Windows color (decimal): -8752011 or 7697530. OLE color: 7697530.

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

Color convert

RGB 122 116 117 -
CMYK 0 0.05 0.04 0.52
HSL 350º 0.03% 0.47% -
HSV(B) 350º 0.05% 0.48% -
XYZ 17.48 17.91 19.37 -
YUV 117.91 127.49 130.92 -
System Red Green Blue C M Y K H S L
Decimal 122 116 117 0 0.05 0.04 0.52 350 0.03 0.47
Hex 7A 74 75 0 5 4 34 15E 3 2F
Octal 172 164 165 0 5 4 64 536 3 57
Binary 1111010 1110100 1110101 0 101 100 110100 101011110 11 101111

Color Harmonies of #7A7475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7475

Black with #7A7475

Text Example


Text Example

White with #7A7475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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