Html Css Color HEX #8B887A Friar Grey

📋 copy color: '#8B887A'

red 139 ◦ green 136 ◦ blue 122

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

Shades of Friar Grey #8B887A

Tints of Friar Grey #8B887A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.73%

R = 35.01%
G = 34.26%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8B887A (or 0x8B887A) is known color: Friar Grey. HEX triplet: 8B, 88 and 7A. RGB value is (139,136,122). Sum of RGB (Red+Green+Blue) = 139+136+122=397 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.01% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 139 - color contains mainly: red. Hex color #8B887A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B887A is #747785. Grayscale: #878787. Windows color (decimal): -7632774 or 8030347. OLE color: 8030347.

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

Color convert

RGB 139 136 122 -
CMYK 0 0.02 0.12 0.45
HSL 49.41º 0.07% 0.51% -
HSV(B) 49.41º 0.12% 0.55% -
XYZ 22.96 24.5 21.93 -
YUV 135.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 139 136 122 0 0.02 0.12 0.45 49.41 0.07 0.51
Hex 8B 88 7A 0 2 C 2D 31 7 33
Octal 213 210 172 0 2 14 55 61 7 63
Binary 10001011 10001000 1111010 0 10 1100 101101 110001 111 110011

Color Harmonies of #8B887A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B887A

Black with #8B887A

Text Example


Text Example

White with #8B887A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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