Html Css Color HEX #7D6168 Empress

📋 copy color: '#7D6168'

red 125 ◦ green 97 ◦ blue 104

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

Shades of Empress #7D6168

Tints of Empress #7D6168

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.75%

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

R = 38.34%
G = 29.75%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#7D6168 (or 0x7D6168) is known color: Empress. HEX triplet: 7D, 61 and 68. RGB value is (125,97,104). Sum of RGB (Red+Green+Blue) = 125+97+104=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6168 is #829E97. Grayscale: #6A6A6A. Windows color (decimal): -8560280 or 6840701. OLE color: 6840701.

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

Color convert

RGB 125 97 104 -
CMYK 0 0.22 0.17 0.51
HSL 345º 0.13% 0.44% -
HSV(B) 345º 0.22% 0.49% -
XYZ 15.23 13.91 14.98 -
YUV 106.17 126.78 141.43 -
System Red Green Blue C M Y K H S L
Decimal 125 97 104 0 0.22 0.17 0.51 345 0.13 0.44
Hex 7D 61 68 0 16 11 33 159 D 2C
Octal 175 141 150 0 26 21 63 531 15 54
Binary 1111101 1100001 1101000 0 10110 10001 110011 101011001 1101 101100

Color Harmonies of #7D6168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6168

Black with #7D6168

Text Example


Text Example

White with #7D6168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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