Html Css Color HEX #8C8777 Friar Grey

📋 copy color: '#8C8777'

red 140 ◦ green 135 ◦ blue 119

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

Shades of Friar Grey #8C8777

Tints of Friar Grey #8C8777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.2%

R = 35.53%
G = 34.26%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#8C8777 (or 0x8C8777) is known color: Friar Grey. HEX triplet: 8C, 87 and 77. RGB value is (140,135,119). Sum of RGB (Red+Green+Blue) = 140+135+119=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8777 is #737888. Grayscale: #868686. Windows color (decimal): -7567497 or 7833484. OLE color: 7833484.

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

Color convert

RGB 140 135 119 -
CMYK 0 0.04 0.15 0.45
HSL 45.71º 0.08% 0.51% -
HSV(B) 45.71º 0.15% 0.55% -
XYZ 22.81 24.24 20.93 -
YUV 134.67 119.16 131.8 -
System Red Green Blue C M Y K H S L
Decimal 140 135 119 0 0.04 0.15 0.45 45.71 0.08 0.51
Hex 8C 87 77 0 4 F 2D 2E 8 33
Octal 214 207 167 0 4 17 55 56 10 63
Binary 10001100 10000111 1110111 0 100 1111 101101 101110 1000 110011

Color Harmonies of #8C8777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8777

Black with #8C8777

Text Example


Text Example

White with #8C8777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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