Html Css Color HEX #8C8A7E Friar Grey

📋 copy color: '#8C8A7E'

red 140 ◦ green 138 ◦ blue 126

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

Shades of Friar Grey #8C8A7E

Tints of Friar Grey #8C8A7E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.16%

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

R = 34.65%
G = 34.16%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8C8A7E (or 0x8C8A7E) is known color: Friar Grey. HEX triplet: 8C, 8A and 7E. RGB value is (140,138,126). Sum of RGB (Red+Green+Blue) = 140+138+126=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8A7E is #737581. Grayscale: #898989. Windows color (decimal): -7566722 or 8293004. OLE color: 8293004.

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

Color convert

RGB 140 138 126 -
CMYK 0 0.01 0.10 0.45
HSL 51.43º 0.06% 0.52% -
HSV(B) 51.43º 0.1% 0.55% -
XYZ 23.67 25.26 23.37 -
YUV 137.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 140 138 126 0 0.01 0.10 0.45 51.43 0.06 0.52
Hex 8C 8A 7E 0 1 A 2D 33 6 34
Octal 214 212 176 0 1 12 55 63 6 64
Binary 10001100 10001010 1111110 0 1 1010 101101 110011 110 110100

Color Harmonies of #8C8A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8A7E

Black with #8C8A7E

Text Example


Text Example

White with #8C8A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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