Html Css Color HEX #8C8978 Friar Grey

📋 copy color: '#8C8978'

red 140 ◦ green 137 ◦ blue 120

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

Shades of Friar Grey #8C8978

Tints of Friar Grey #8C8978

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.51%

 BLUE value IS 120 (47.27% from 255) = 30.23%

R = 35.26%
G = 34.51%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8C8978 (or 0x8C8978) is known color: Friar Grey. HEX triplet: 8C, 89 and 78. RGB value is (140,137,120). Sum of RGB (Red+Green+Blue) = 140+137+120=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8978 is #737687. Grayscale: #888888. Windows color (decimal): -7566984 or 7899532. OLE color: 7899532.

HSL color Cylindrical-coordinate representation of color #8C8978: hue angle of 51º 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 #8C8978 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 137 120 -
CMYK 0 0.02 0.14 0.45
HSL 51º 0.08% 0.51% -
HSV(B) 51º 0.14% 0.55% -
XYZ 23.15 24.82 21.34 -
YUV 135.96 118.99 130.88 -
System Red Green Blue C M Y K H S L
Decimal 140 137 120 0 0.02 0.14 0.45 51 0.08 0.51
Hex 8C 89 78 0 2 E 2D 33 8 33
Octal 214 211 170 0 2 16 55 63 10 63
Binary 10001100 10001001 1111000 0 10 1110 101101 110011 1000 110011

Color Harmonies of #8C8978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8978

Black with #8C8978

Text Example


Text Example

White with #8C8978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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