Html Css Color HEX #8C897E Friar Grey

📋 copy color: '#8C897E'

red 140 ◦ green 137 ◦ blue 126

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

Shades of Friar Grey #8C897E

Tints of Friar Grey #8C897E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.27%

R = 34.74%
G = 34%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8C897E (or 0x8C897E) is known color: Friar Grey. HEX triplet: 8C, 89 and 7E. RGB value is (140,137,126). Sum of RGB (Red+Green+Blue) = 140+137+126=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 140 - color contains mainly: red. Hex color #8C897E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C897E is #737681. Grayscale: #888888. Windows color (decimal): -7566978 or 8292748. OLE color: 8292748.

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

Color convert

RGB 140 137 126 -
CMYK 0 0.02 0.10 0.45
HSL 47.14º 0.06% 0.52% -
HSV(B) 47.14º 0.1% 0.55% -
XYZ 23.53 24.97 23.32 -
YUV 136.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 140 137 126 0 0.02 0.10 0.45 47.14 0.06 0.52
Hex 8C 89 7E 0 2 A 2D 2F 6 34
Octal 214 211 176 0 2 12 55 57 6 64
Binary 10001100 10001001 1111110 0 10 1010 101101 101111 110 110100

Color Harmonies of #8C897E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C897E

Black with #8C897E

Text Example


Text Example

White with #8C897E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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