Html Css Color HEX #8C887E Friar Grey

📋 copy color: '#8C887E'

red 140 ◦ green 136 ◦ blue 126

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

Shades of Friar Grey #8C887E

Tints of Friar Grey #8C887E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.83%

 BLUE value IS 126 (49.61% from 255) = 31.34%

R = 34.83%
G = 33.83%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8C887E (or 0x8C887E) is known color: Friar Grey. HEX triplet: 8C, 88 and 7E. RGB value is (140,136,126). Sum of RGB (Red+Green+Blue) = 140+136+126=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 140 - color contains mainly: red. Hex color #8C887E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C887E is #737781. Grayscale: #888888. Windows color (decimal): -7567234 or 8292492. OLE color: 8292492.

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

Color convert

RGB 140 136 126 -
CMYK 0 0.03 0.10 0.45
HSL 42.86º 0.06% 0.52% -
HSV(B) 42.86º 0.1% 0.55% -
XYZ 23.39 24.69 23.27 -
YUV 136.06 122.33 130.81 -
System Red Green Blue C M Y K H S L
Decimal 140 136 126 0 0.03 0.10 0.45 42.86 0.06 0.52
Hex 8C 88 7E 0 3 A 2D 2B 6 34
Octal 214 210 176 0 3 12 55 53 6 64
Binary 10001100 10001000 1111110 0 11 1010 101101 101011 110 110100

Color Harmonies of #8C887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C887E

Black with #8C887E

Text Example


Text Example

White with #8C887E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,136,126); }

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

background-color css

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

 a { background-color: rgb(140,136,126); }

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

border-color css

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

 span { border-color: rgb(140,136,126); }

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