Html Css Color HEX #88867A Friar Grey

📋 copy color: '#88867A'

red 136 ◦ green 134 ◦ blue 122

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

Shades of Friar Grey #88867A

Tints of Friar Grey #88867A

RGB

 RED value IS 136 (53.52% from 255) = 34.69%

 GREEN value IS 134 (52.73% from 255) = 34.18%

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

R = 34.69%
G = 34.18%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#88867A (or 0x88867A) is known color: Friar Grey. HEX triplet: 88, 86 and 7A. RGB value is (136,134,122). Sum of RGB (Red+Green+Blue) = 136+134+122=392 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.69% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 136 - color contains mainly: red. Hex color #88867A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88867A is #777985. Grayscale: #858585. Windows color (decimal): -7829894 or 8029832. OLE color: 8029832.

HSL color Cylindrical-coordinate representation of color #88867A: hue angle of 51.43º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #88867A is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 134 122 -
CMYK 0 0.01 0.10 0.47
HSL 51.43º 0.06% 0.51% -
HSV(B) 51.43º 0.1% 0.53% -
XYZ 22.19 23.69 21.82 -
YUV 133.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 136 134 122 0 0.01 0.10 0.47 51.43 0.06 0.51
Hex 88 86 7A 0 1 A 2F 33 6 33
Octal 210 206 172 0 1 12 57 63 6 63
Binary 10001000 10000110 1111010 0 1 1010 101111 110011 110 110011

Color Harmonies of #88867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88867A

Black with #88867A

Text Example


Text Example

White with #88867A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88867A; }

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

 H1.HeaderClassName
 {
   color: #88867A;
 }
 .AnyTagClassName
 {
   color: #88867A;
 }
</style>

background-color css

<style>
 a { background-color: #88867A; }

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

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

border-color css

<style>
 span { border-color: #88867A; }

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

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