Html Css Color HEX #7B7476 Empress

📋 copy color: '#7B7476'

red 123 ◦ green 116 ◦ blue 118

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

Shades of Empress #7B7476

Tints of Empress #7B7476

RGB

 RED value IS 123 (48.44% from 255) = 34.45%

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

 BLUE value IS 118 (46.48% from 255) = 33.05%

R = 34.45%
G = 32.49%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#7B7476 (or 0x7B7476) is known color: Empress. HEX triplet: 7B, 74 and 76. RGB value is (123,116,118). Sum of RGB (Red+Green+Blue) = 123+116+118=357 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.45% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7476 is #848B89. Grayscale: #767676. Windows color (decimal): -8686474 or 7763067. OLE color: 7763067.

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

Color convert

RGB 123 116 118 -
CMYK 0 0.06 0.04 0.52
HSL 342.86º 0.03% 0.47% -
HSV(B) 342.86º 0.06% 0.48% -
XYZ 17.68 18.01 19.68 -
YUV 118.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 123 116 118 0 0.06 0.04 0.52 342.86 0.03 0.47
Hex 7B 74 76 0 6 4 34 157 3 2F
Octal 173 164 166 0 6 4 64 527 3 57
Binary 1111011 1110100 1110110 0 110 100 110100 101010111 11 101111

Color Harmonies of #7B7476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7476

Black with #7B7476

Text Example


Text Example

White with #7B7476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,116,118); }

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

background-color css

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

 a { background-color: rgb(123,116,118); }

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

border-color css

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

 span { border-color: rgb(123,116,118); }

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