Html Css Color HEX #88867C Friar Grey

📋 copy color: '#88867C'

red 136 ◦ green 134 ◦ blue 124

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

Shades of Friar Grey #88867C

Tints of Friar Grey #88867C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.47%

R = 34.52%
G = 34.01%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#88867C (or 0x88867C) is known color: Friar Grey. HEX triplet: 88, 86 and 7C. RGB value is (136,134,124). Sum of RGB (Red+Green+Blue) = 136+134+124=394 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.52% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 136 - color contains mainly: red. Hex color #88867C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88867C is #777983. Grayscale: #858585. Windows color (decimal): -7829892 or 8160904. OLE color: 8160904.

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

Color convert

RGB 136 134 124 -
CMYK 0 0.01 0.09 0.47
HSL 50º 0.05% 0.51% -
HSV(B) 50º 0.09% 0.53% -
XYZ 22.32 23.74 22.47 -
YUV 133.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 136 134 124 0 0.01 0.09 0.47 50 0.05 0.51
Hex 88 86 7C 0 1 9 2F 32 5 33
Octal 210 206 174 0 1 11 57 62 5 63
Binary 10001000 10000110 1111100 0 1 1001 101111 110010 101 110011

Color Harmonies of #88867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88867C

Black with #88867C

Text Example


Text Example

White with #88867C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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