Html Css Color HEX #7D6668 Empress

📋 copy color: '#7D6668'

red 125 ◦ green 102 ◦ blue 104

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

Shades of Empress #7D6668

Tints of Empress #7D6668

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.82%

 BLUE value IS 104 (41.02% from 255) = 31.42%

R = 37.76%
G = 30.82%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#7D6668 (or 0x7D6668) is known color: Empress. HEX triplet: 7D, 66 and 68. RGB value is (125,102,104). Sum of RGB (Red+Green+Blue) = 125+102+104=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6668 is #829997. Grayscale: #6D6D6D. Windows color (decimal): -8559000 or 6841981. OLE color: 6841981.

HSL color Cylindrical-coordinate representation of color #7D6668: hue angle of 354.78º 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 #7D6668 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 102 104 -
CMYK 0 0.18 0.17 0.51
HSL 354.78º 0.1% 0.45% -
HSV(B) 354.78º 0.18% 0.49% -
XYZ 15.71 14.86 15.14 -
YUV 109.11 125.12 139.34 -
System Red Green Blue C M Y K H S L
Decimal 125 102 104 0 0.18 0.17 0.51 354.78 0.1 0.45
Hex 7D 66 68 0 12 11 33 163 A 2D
Octal 175 146 150 0 22 21 63 543 12 55
Binary 1111101 1100110 1101000 0 10010 10001 110011 101100011 1010 101101

Color Harmonies of #7D6668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6668

Black with #7D6668

Text Example


Text Example

White with #7D6668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,102,104); }

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

background-color css

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

 a { background-color: rgb(125,102,104); }

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

border-color css

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

 span { border-color: rgb(125,102,104); }

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