Html Css Color HEX #8C8776 Friar Grey

📋 copy color: '#8C8776'

red 140 ◦ green 135 ◦ blue 118

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

Shades of Friar Grey #8C8776

Tints of Friar Grey #8C8776

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.35%

 BLUE value IS 118 (46.48% from 255) = 30.03%

R = 35.62%
G = 34.35%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8C8776 (or 0x8C8776) is known color: Friar Grey. HEX triplet: 8C, 87 and 76. RGB value is (140,135,118). Sum of RGB (Red+Green+Blue) = 140+135+118=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8776 is #737889. Grayscale: #868686. Windows color (decimal): -7567498 or 7767948. OLE color: 7767948.

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

Color convert

RGB 140 135 118 -
CMYK 0 0.04 0.16 0.45
HSL 46.36º 0.09% 0.51% -
HSV(B) 46.36º 0.16% 0.55% -
XYZ 22.75 24.21 20.61 -
YUV 134.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 140 135 118 0 0.04 0.16 0.45 46.36 0.09 0.51
Hex 8C 87 76 0 4 10 2D 2E 9 33
Octal 214 207 166 0 4 20 55 56 11 63
Binary 10001100 10000111 1110110 0 100 10000 101101 101110 1001 110011

Color Harmonies of #8C8776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8776

Black with #8C8776

Text Example


Text Example

White with #8C8776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,135,118); }

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

background-color css

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

 a { background-color: rgb(140,135,118); }

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

border-color css

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

 span { border-color: rgb(140,135,118); }

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