Html Css Color HEX #8C7C7D Empress

📋 copy color: '#8C7C7D'

red 140 ◦ green 124 ◦ blue 125

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

Shades of Empress #8C7C7D

Tints of Empress #8C7C7D

RGB

 RED value IS 140 (55.08% from 255) = 35.99%

 GREEN value IS 124 (48.83% from 255) = 31.88%

 BLUE value IS 125 (49.22% from 255) = 32.13%

R = 35.99%
G = 31.88%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8C7C7D (or 0x8C7C7D) is known color: Empress. HEX triplet: 8C, 7C and 7D. RGB value is (140,124,125). Sum of RGB (Red+Green+Blue) = 140+124+125=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7C7D is #738382. Grayscale: #808080. Windows color (decimal): -7570307 or 8223884. OLE color: 8223884.

HSL color Cylindrical-coordinate representation of color #8C7C7D: hue angle of 356.25º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8C7C7D is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 124 125 -
CMYK 0 0.11 0.11 0.45
HSL 356.25º 0.07% 0.52% -
HSV(B) 356.25º 0.11% 0.55% -
XYZ 21.72 21.47 22.4 -
YUV 128.9 125.8 135.92 -
System Red Green Blue C M Y K H S L
Decimal 140 124 125 0 0.11 0.11 0.45 356.25 0.07 0.52
Hex 8C 7C 7D 0 B B 2D 164 7 34
Octal 214 174 175 0 13 13 55 544 7 64
Binary 10001100 1111100 1111101 0 1011 1011 101101 101100100 111 110100

Color Harmonies of #8C7C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7C7D

Black with #8C7C7D

Text Example


Text Example

White with #8C7C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C7C7D; }

 p { color: rgb(140,124,125); }

 H1.HeaderClassName
 {
   color: #8C7C7D;
 }
 .AnyTagClassName
 {
   color: #8C7C7D;
 }
</style>

background-color css

<style>
 a { background-color: #8C7C7D; }

 a { background-color: rgb(140,124,125); }

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

border-color css

<style>
 span { border-color: #8C7C7D; }

 span { border-color: rgb(140,124,125); }

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