Html Css Color HEX #8B8777 Friar Grey

📋 copy color: '#8B8777'

red 139 ◦ green 135 ◦ blue 119

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

Shades of Friar Grey #8B8777

Tints of Friar Grey #8B8777

RGB

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

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

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

R = 35.37%
G = 34.35%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8B8777 (or 0x8B8777) is known color: Friar Grey. HEX triplet: 8B, 87 and 77. RGB value is (139,135,119). Sum of RGB (Red+Green+Blue) = 139+135+119=393 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.37% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8777 is #747888. Grayscale: #868686. Windows color (decimal): -7633033 or 7833483. OLE color: 7833483.

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

Color convert

RGB 139 135 119 -
CMYK 0 0.03 0.14 0.45
HSL 48º 0.08% 0.51% -
HSV(B) 48º 0.14% 0.55% -
XYZ 22.64 24.15 20.92 -
YUV 134.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 139 135 119 0 0.03 0.14 0.45 48 0.08 0.51
Hex 8B 87 77 0 3 E 2D 30 8 33
Octal 213 207 167 0 3 16 55 60 10 63
Binary 10001011 10000111 1110111 0 11 1110 101101 110000 1000 110011

Color Harmonies of #8B8777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8777

Black with #8B8777

Text Example


Text Example

White with #8B8777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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