Html Css Color HEX #8B8577 Friar Grey

📋 copy color: '#8B8577'

red 139 ◦ green 133 ◦ blue 119

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

Shades of Friar Grey #8B8577

Tints of Friar Grey #8B8577

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.02%

 BLUE value IS 119 (46.88% from 255) = 30.43%

R = 35.55%
G = 34.02%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8B8577 (or 0x8B8577) is known color: Friar Grey. HEX triplet: 8B, 85 and 77. RGB value is (139,133,119). Sum of RGB (Red+Green+Blue) = 139+133+119=391 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.55% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8577 is #747A88. Grayscale: #858585. Windows color (decimal): -7633545 or 7832971. OLE color: 7832971.

HSL color Cylindrical-coordinate representation of color #8B8577: hue angle of 42º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B8577 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 133 119 -
CMYK 0 0.04 0.14 0.45
HSL 42º 0.08% 0.51% -
HSV(B) 42º 0.14% 0.55% -
XYZ 22.36 23.6 20.83 -
YUV 133.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 139 133 119 0 0.04 0.14 0.45 42 0.08 0.51
Hex 8B 85 77 0 4 E 2D 2A 8 33
Octal 213 205 167 0 4 16 55 52 10 63
Binary 10001011 10000101 1110111 0 100 1110 101101 101010 1000 110011

Color Harmonies of #8B8577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8577

Black with #8B8577

Text Example


Text Example

White with #8B8577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,133,119); }

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

background-color css

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

 a { background-color: rgb(139,133,119); }

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

border-color css

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

 span { border-color: rgb(139,133,119); }

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