Html Css Color HEX #7D676D Empress

📋 copy color: '#7D676D'

red 125 ◦ green 103 ◦ blue 109

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

Shades of Empress #7D676D

Tints of Empress #7D676D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.34%

R = 37.09%
G = 30.56%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7D676D (or 0x7D676D) is known color: Empress. HEX triplet: 7D, 67 and 6D. RGB value is (125,103,109). Sum of RGB (Red+Green+Blue) = 125+103+109=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 125 - color contains mainly: red. Hex color #7D676D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D676D is #829892. Grayscale: #6E6E6E. Windows color (decimal): -8558739 or 7169917. OLE color: 7169917.

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

Color convert

RGB 125 103 109 -
CMYK 0 0.18 0.13 0.51
HSL 343.64º 0.1% 0.45% -
HSV(B) 343.64º 0.18% 0.49% -
XYZ 16.07 15.16 16.55 -
YUV 110.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 125 103 109 0 0.18 0.13 0.51 343.64 0.1 0.45
Hex 7D 67 6D 0 12 D 33 158 A 2D
Octal 175 147 155 0 22 15 63 530 12 55
Binary 1111101 1100111 1101101 0 10010 1101 110011 101011000 1010 101101

Color Harmonies of #7D676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D676D

Black with #7D676D

Text Example


Text Example

White with #7D676D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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