Html Css Color HEX #8C897F Friar Grey

📋 copy color: '#8C897F'

red 140 ◦ green 137 ◦ blue 127

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

Shades of Friar Grey #8C897F

Tints of Friar Grey #8C897F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.44%

R = 34.65%
G = 33.91%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8C897F (or 0x8C897F) is known color: Friar Grey. HEX triplet: 8C, 89 and 7F. RGB value is (140,137,127). Sum of RGB (Red+Green+Blue) = 140+137+127=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 140 - color contains mainly: red. Hex color #8C897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C897F is #737680. Grayscale: #888888. Windows color (decimal): -7566977 or 8358284. OLE color: 8358284.

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

Color convert

RGB 140 137 127 -
CMYK 0 0.02 0.09 0.45
HSL 46.15º 0.05% 0.52% -
HSV(B) 46.15º 0.09% 0.55% -
XYZ 23.59 25 23.66 -
YUV 136.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 140 137 127 0 0.02 0.09 0.45 46.15 0.05 0.52
Hex 8C 89 7F 0 2 9 2D 2E 5 34
Octal 214 211 177 0 2 11 55 56 5 64
Binary 10001100 10001001 1111111 0 10 1001 101101 101110 101 110100

Color Harmonies of #8C897F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C897F

Black with #8C897F

Text Example


Text Example

White with #8C897F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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