Html Css Color HEX #7A676C Empress

📋 copy color: '#7A676C'

red 122 ◦ green 103 ◦ blue 108

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

Shades of Empress #7A676C

Tints of Empress #7A676C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.93%

 BLUE value IS 108 (42.58% from 255) = 32.43%

R = 36.64%
G = 30.93%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7A676C (or 0x7A676C) is known color: Empress. HEX triplet: 7A, 67 and 6C. RGB value is (122,103,108). Sum of RGB (Red+Green+Blue) = 122+103+108=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 122 - color contains mainly: red. Hex color #7A676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A676C is #859893. Grayscale: #6D6D6D. Windows color (decimal): -8755348 or 7104378. OLE color: 7104378.

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

Color convert

RGB 122 103 108 -
CMYK 0 0.16 0.11 0.52
HSL 344.21º 0.08% 0.44% -
HSV(B) 344.21º 0.16% 0.48% -
XYZ 15.58 14.92 16.25 -
YUV 109.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 122 103 108 0 0.16 0.11 0.52 344.21 0.08 0.44
Hex 7A 67 6C 0 10 B 34 158 8 2C
Octal 172 147 154 0 20 13 64 530 10 54
Binary 1111010 1100111 1101100 0 10000 1011 110100 101011000 1000 101100

Color Harmonies of #7A676C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A676C

Black with #7A676C

Text Example


Text Example

White with #7A676C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,103,108); }

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

background-color css

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

 a { background-color: rgb(122,103,108); }

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

border-color css

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

 span { border-color: rgb(122,103,108); }

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