Html Css Color HEX #8C787A Empress

📋 copy color: '#8C787A'

red 140 ◦ green 120 ◦ blue 122

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

Shades of Empress #8C787A

Tints of Empress #8C787A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.41%

 BLUE value IS 122 (48.05% from 255) = 31.94%

R = 36.65%
G = 31.41%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8C787A (or 0x8C787A) is known color: Empress. HEX triplet: 8C, 78 and 7A. RGB value is (140,120,122). Sum of RGB (Red+Green+Blue) = 140+120+122=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 140 - color contains mainly: red. Hex color #8C787A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C787A is #738785. Grayscale: #7E7E7E. Windows color (decimal): -7571334 or 8026252. OLE color: 8026252.

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

Color convert

RGB 140 120 122 -
CMYK 0 0.14 0.13 0.45
HSL 354º 0.08% 0.51% -
HSV(B) 354º 0.14% 0.55% -
XYZ 21.04 20.41 21.24 -
YUV 126.21 125.63 137.84 -
System Red Green Blue C M Y K H S L
Decimal 140 120 122 0 0.14 0.13 0.45 354 0.08 0.51
Hex 8C 78 7A 0 E D 2D 162 8 33
Octal 214 170 172 0 16 15 55 542 10 63
Binary 10001100 1111000 1111010 0 1110 1101 101101 101100010 1000 110011

Color Harmonies of #8C787A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C787A

Black with #8C787A

Text Example


Text Example

White with #8C787A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,120,122); }

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

background-color css

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

 a { background-color: rgb(140,120,122); }

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

border-color css

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

 span { border-color: rgb(140,120,122); }

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