Html Css Color HEX #7D6A6C Empress

📋 copy color: '#7D6A6C'

red 125 ◦ green 106 ◦ blue 108

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

Shades of Empress #7D6A6C

Tints of Empress #7D6A6C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.27%

 BLUE value IS 108 (42.58% from 255) = 31.86%

R = 36.87%
G = 31.27%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#7D6A6C (or 0x7D6A6C) is known color: Empress. HEX triplet: 7D, 6A and 6C. RGB value is (125,106,108). Sum of RGB (Red+Green+Blue) = 125+106+108=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6A6C is #829593. Grayscale: #6F6F6F. Windows color (decimal): -8557972 or 7105149. OLE color: 7105149.

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

Color convert

RGB 125 106 108 -
CMYK 0 0.15 0.14 0.51
HSL 353.68º 0.08% 0.45% -
HSV(B) 353.68º 0.15% 0.49% -
XYZ 16.32 15.75 16.37 -
YUV 111.91 125.79 137.34 -
System Red Green Blue C M Y K H S L
Decimal 125 106 108 0 0.15 0.14 0.51 353.68 0.08 0.45
Hex 7D 6A 6C 0 F E 33 162 8 2D
Octal 175 152 154 0 17 16 63 542 10 55
Binary 1111101 1101010 1101100 0 1111 1110 110011 101100010 1000 101101

Color Harmonies of #7D6A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6A6C

Black with #7D6A6C

Text Example


Text Example

White with #7D6A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,106,108); }

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

background-color css

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

 a { background-color: rgb(125,106,108); }

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

border-color css

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

 span { border-color: rgb(125,106,108); }

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