Html Css Color HEX #7D7176 Empress

📋 copy color: '#7D7176'

red 125 ◦ green 113 ◦ blue 118

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

Shades of Empress #7D7176

Tints of Empress #7D7176

RGB

 RED value IS 125 (49.22% from 255) = 35.11%

 GREEN value IS 113 (44.53% from 255) = 31.74%

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

R = 35.11%
G = 31.74%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#7D7176 (or 0x7D7176) is known color: Empress. HEX triplet: 7D, 71 and 76. RGB value is (125,113,118). Sum of RGB (Red+Green+Blue) = 125+113+118=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7176 is #828E89. Grayscale: #757575. Windows color (decimal): -8556170 or 7762301. OLE color: 7762301.

HSL color Cylindrical-coordinate representation of color #7D7176: hue angle of 335º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7D7176 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 113 118 -
CMYK 0 0.10 0.06 0.51
HSL 335º 0.05% 0.47% -
HSV(B) 335º 0.1% 0.49% -
XYZ 17.63 17.48 19.58 -
YUV 117.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 125 113 118 0 0.10 0.06 0.51 335 0.05 0.47
Hex 7D 71 76 0 A 6 33 14F 5 2F
Octal 175 161 166 0 12 6 63 517 5 57
Binary 1111101 1110001 1110110 0 1010 110 110011 101001111 101 101111

Color Harmonies of #7D7176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7176

Black with #7D7176

Text Example


Text Example

White with #7D7176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,113,118); }

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

background-color css

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

 a { background-color: rgb(125,113,118); }

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

border-color css

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

 span { border-color: rgb(125,113,118); }

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