Html Css Color HEX #8B8778 Friar Grey

📋 copy color: '#8B8778'

red 139 ◦ green 135 ◦ blue 120

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

Shades of Friar Grey #8B8778

Tints of Friar Grey #8B8778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.46%

R = 35.28%
G = 34.26%
B = 30.46%

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

#8B8778 (or 0x8B8778) is known color: Friar Grey. HEX triplet: 8B, 87 and 78. RGB value is (139,135,120). Sum of RGB (Red+Green+Blue) = 139+135+120=394 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.28% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8778 is #747887. Grayscale: #868686. Windows color (decimal): -7633032 or 7899019. OLE color: 7899019.

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

Color convert

RGB 139 135 120 -
CMYK 0 0.03 0.14 0.45
HSL 47.37º 0.08% 0.51% -
HSV(B) 47.37º 0.14% 0.55% -
XYZ 22.7 24.17 21.24 -
YUV 134.49 119.83 131.22 -
System Red Green Blue C M Y K H S L
Decimal 139 135 120 0 0.03 0.14 0.45 47.37 0.08 0.51
Hex 8B 87 78 0 3 E 2D 2F 8 33
Octal 213 207 170 0 3 16 55 57 10 63
Binary 10001011 10000111 1111000 0 11 1110 101101 101111 1000 110011

Color Harmonies of #8B8778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8778

Black with #8B8778

Text Example


Text Example

White with #8B8778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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