Html Css Color HEX #7D7074 Empress

📋 copy color: '#7D7074'

red 125 ◦ green 112 ◦ blue 116

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

Shades of Empress #7D7074

Tints of Empress #7D7074

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.73%

 BLUE value IS 116 (45.7% from 255) = 32.86%

R = 35.41%
G = 31.73%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#7D7074 (or 0x7D7074) is known color: Empress. HEX triplet: 7D, 70 and 74. RGB value is (125,112,116). Sum of RGB (Red+Green+Blue) = 125+112+116=353 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.41% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7074 is #828F8B. Grayscale: #747474. Windows color (decimal): -8556428 or 7630973. OLE color: 7630973.

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

Color convert

RGB 125 112 116 -
CMYK 0 0.10 0.07 0.51
HSL 341.54º 0.05% 0.46% -
HSV(B) 341.54º 0.1% 0.49% -
XYZ 17.4 17.21 18.93 -
YUV 116.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 125 112 116 0 0.10 0.07 0.51 341.54 0.05 0.46
Hex 7D 70 74 0 A 7 33 156 5 2E
Octal 175 160 164 0 12 7 63 526 5 56
Binary 1111101 1110000 1110100 0 1010 111 110011 101010110 101 101110

Color Harmonies of #7D7074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7074

Black with #7D7074

Text Example


Text Example

White with #7D7074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,112,116); }

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

background-color css

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

 a { background-color: rgb(125,112,116); }

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

border-color css

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

 span { border-color: rgb(125,112,116); }

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