Html Css Color HEX #8C8773 Friar Grey

📋 copy color: '#8C8773'

red 140 ◦ green 135 ◦ blue 115

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

Shades of Friar Grey #8C8773

Tints of Friar Grey #8C8773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.49%

R = 35.9%
G = 34.62%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8C8773 (or 0x8C8773) is known color: Friar Grey. HEX triplet: 8C, 87 and 73. RGB value is (140,135,115). Sum of RGB (Red+Green+Blue) = 140+135+115=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8773 is #73788C. Grayscale: #868686. Windows color (decimal): -7567501 or 7571340. OLE color: 7571340.

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

Color convert

RGB 140 135 115 -
CMYK 0 0.04 0.18 0.45
HSL 48º 0.1% 0.5% -
HSV(B) 48º 0.18% 0.55% -
XYZ 22.57 24.14 19.69 -
YUV 134.22 117.16 132.13 -
System Red Green Blue C M Y K H S L
Decimal 140 135 115 0 0.04 0.18 0.45 48 0.1 0.5
Hex 8C 87 73 0 4 12 2D 30 A 32
Octal 214 207 163 0 4 22 55 60 12 62
Binary 10001100 10000111 1110011 0 100 10010 101101 110000 1010 110010

Color Harmonies of #8C8773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8773

Black with #8C8773

Text Example


Text Example

White with #8C8773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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