Html Css Color HEX #7D6D72 Empress

📋 copy color: '#7D6D72'

red 125 ◦ green 109 ◦ blue 114

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

Shades of Empress #7D6D72

Tints of Empress #7D6D72

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.32%

 BLUE value IS 114 (44.92% from 255) = 32.76%

R = 35.92%
G = 31.32%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#7D6D72 (or 0x7D6D72) is known color: Empress. HEX triplet: 7D, 6D and 72. RGB value is (125,109,114). Sum of RGB (Red+Green+Blue) = 125+109+114=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6D72 is #82928D. Grayscale: #727272. Windows color (decimal): -8557198 or 7499133. OLE color: 7499133.

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

Color convert

RGB 125 109 114 -
CMYK 0 0.13 0.09 0.51
HSL 341.25º 0.07% 0.46% -
HSV(B) 341.25º 0.13% 0.49% -
XYZ 16.96 16.51 18.21 -
YUV 114.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 125 109 114 0 0.13 0.09 0.51 341.25 0.07 0.46
Hex 7D 6D 72 0 D 9 33 155 7 2E
Octal 175 155 162 0 15 11 63 525 7 56
Binary 1111101 1101101 1110010 0 1101 1001 110011 101010101 111 101110

Color Harmonies of #7D6D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6D72

Black with #7D6D72

Text Example


Text Example

White with #7D6D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,109,114); }

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

background-color css

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

 a { background-color: rgb(125,109,114); }

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

border-color css

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

 span { border-color: rgb(125,109,114); }

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