Html Css Color HEX #8E8B7B Friar Grey

📋 copy color: '#8E8B7B'

red 142 ◦ green 139 ◦ blue 123

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

Shades of Friar Grey #8E8B7B

Tints of Friar Grey #8E8B7B

RGB

 RED value IS 142 (55.86% from 255) = 35.15%

 GREEN value IS 139 (54.69% from 255) = 34.41%

 BLUE value IS 123 (48.44% from 255) = 30.45%

R = 35.15%
G = 34.41%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8E8B7B (or 0x8E8B7B) is known color: Friar Grey. HEX triplet: 8E, 8B and 7B. RGB value is (142,139,123). Sum of RGB (Red+Green+Blue) = 142+139+123=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8B7B is #717484. Grayscale: #8A8A8A. Windows color (decimal): -7435397 or 8096654. OLE color: 8096654.

HSL color Cylindrical-coordinate representation of color #8E8B7B: hue angle of 50.53º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8E8B7B is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 139 123 -
CMYK 0 0.02 0.13 0.44
HSL 50.53º 0.08% 0.52% -
HSV(B) 50.53º 0.13% 0.56% -
XYZ 23.96 25.65 22.43 -
YUV 138.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 142 139 123 0 0.02 0.13 0.44 50.53 0.08 0.52
Hex 8E 8B 7B 0 2 D 2C 33 8 34
Octal 216 213 173 0 2 15 54 63 10 64
Binary 10001110 10001011 1111011 0 10 1101 101100 110011 1000 110100

Color Harmonies of #8E8B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8B7B

Black with #8E8B7B

Text Example


Text Example

White with #8E8B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,139,123); }

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

background-color css

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

 a { background-color: rgb(142,139,123); }

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

border-color css

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

 span { border-color: rgb(142,139,123); }

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