Html Css Color HEX #8B887E Friar Grey

📋 copy color: '#8B887E'

red 139 ◦ green 136 ◦ blue 126

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

Shades of Friar Grey #8B887E

Tints of Friar Grey #8B887E

RGB

 RED value IS 139 (54.69% from 255) = 34.66%

 GREEN value IS 136 (53.52% from 255) = 33.92%

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

R = 34.66%
G = 33.92%
B = 31.42%

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

#8B887E (or 0x8B887E) is known color: Friar Grey. HEX triplet: 8B, 88 and 7E. RGB value is (139,136,126). Sum of RGB (Red+Green+Blue) = 139+136+126=401 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.66% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 139 - color contains mainly: red. Hex color #8B887E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B887E is #747781. Grayscale: #878787. Windows color (decimal): -7632770 or 8292491. OLE color: 8292491.

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

Color convert

RGB 139 136 126 -
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.22 24.6 23.26 -
YUV 135.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 139 136 126 0 0.02 0.09 0.45 46.15 0.05 0.52
Hex 8B 88 7E 0 2 9 2D 2E 5 34
Octal 213 210 176 0 2 11 55 56 5 64
Binary 10001011 10001000 1111110 0 10 1001 101101 101110 101 110100

Color Harmonies of #8B887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B887E

Black with #8B887E

Text Example


Text Example

White with #8B887E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,136,126); }

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

background-color css

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

 a { background-color: rgb(139,136,126); }

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

border-color css

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

 span { border-color: rgb(139,136,126); }

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