Html Css Color HEX #88867E Friar Grey

📋 copy color: '#88867E'

red 136 ◦ green 134 ◦ blue 126

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

Shades of Friar Grey #88867E

Tints of Friar Grey #88867E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.82%

R = 34.34%
G = 33.84%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88867E (or 0x88867E) is known color: Friar Grey. HEX triplet: 88, 86 and 7E. RGB value is (136,134,126). Sum of RGB (Red+Green+Blue) = 136+134+126=396 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.34% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 136 - color contains mainly: red. Hex color #88867E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88867E is #777981. Grayscale: #858585. Windows color (decimal): -7829890 or 8291976. OLE color: 8291976.

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

Color convert

RGB 136 134 126 -
CMYK 0 0.01 0.07 0.47
HSL 48º 0.04% 0.51% -
HSV(B) 48º 0.07% 0.53% -
XYZ 22.44 23.79 23.15 -
YUV 133.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 136 134 126 0 0.01 0.07 0.47 48 0.04 0.51
Hex 88 86 7E 0 1 7 2F 30 4 33
Octal 210 206 176 0 1 7 57 60 4 63
Binary 10001000 10000110 1111110 0 1 111 101111 110000 100 110011

Color Harmonies of #88867E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88867E

Black with #88867E

Text Example


Text Example

White with #88867E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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