Html Css Color HEX #8B877E Friar Grey

📋 copy color: '#8B877E'

red 139 ◦ green 135 ◦ blue 126

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

Shades of Friar Grey #8B877E

Tints of Friar Grey #8B877E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.75%

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

R = 34.75%
G = 33.75%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8B877E (or 0x8B877E) is known color: Friar Grey. HEX triplet: 8B, 87 and 7E. RGB value is (139,135,126). Sum of RGB (Red+Green+Blue) = 139+135+126=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 139 - color contains mainly: red. Hex color #8B877E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B877E is #747881. Grayscale: #878787. Windows color (decimal): -7633026 or 8292235. OLE color: 8292235.

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

Color convert

RGB 139 135 126 -
CMYK 0 0.03 0.09 0.45
HSL 41.54º 0.05% 0.52% -
HSV(B) 41.54º 0.09% 0.55% -
XYZ 23.08 24.32 23.22 -
YUV 135.17 122.83 130.73 -
System Red Green Blue C M Y K H S L
Decimal 139 135 126 0 0.03 0.09 0.45 41.54 0.05 0.52
Hex 8B 87 7E 0 3 9 2D 2A 5 34
Octal 213 207 176 0 3 11 55 52 5 64
Binary 10001011 10000111 1111110 0 11 1001 101101 101010 101 110100

Color Harmonies of #8B877E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B877E

Black with #8B877E

Text Example


Text Example

White with #8B877E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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