Html Css Color HEX #88847C Friar Grey

📋 copy color: '#88847C'

red 136 ◦ green 132 ◦ blue 124

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

Shades of Friar Grey #88847C

Tints of Friar Grey #88847C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.67%

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

R = 34.69%
G = 33.67%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#88847C (or 0x88847C) is known color: Friar Grey. HEX triplet: 88, 84 and 7C. RGB value is (136,132,124). Sum of RGB (Red+Green+Blue) = 136+132+124=392 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.69% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 136 - color contains mainly: red. Hex color #88847C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88847C is #777B83. Grayscale: #848484. Windows color (decimal): -7830404 or 8160392. OLE color: 8160392.

HSL color Cylindrical-coordinate representation of color #88847C: hue angle of 40º 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 #88847C is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 132 124 -
CMYK 0 0.03 0.09 0.47
HSL 40º 0.05% 0.51% -
HSV(B) 40º 0.09% 0.53% -
XYZ 22.04 23.19 22.38 -
YUV 132.28 123.33 130.65 -
System Red Green Blue C M Y K H S L
Decimal 136 132 124 0 0.03 0.09 0.47 40 0.05 0.51
Hex 88 84 7C 0 3 9 2F 28 5 33
Octal 210 204 174 0 3 11 57 50 5 63
Binary 10001000 10000100 1111100 0 11 1001 101111 101000 101 110011

Color Harmonies of #88847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88847C

Black with #88847C

Text Example


Text Example

White with #88847C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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