Html Css Color HEX #88857D Friar Grey

📋 copy color: '#88857D'

red 136 ◦ green 133 ◦ blue 125

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

Shades of Friar Grey #88857D

Tints of Friar Grey #88857D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.76%

 BLUE value IS 125 (49.22% from 255) = 31.73%

R = 34.52%
G = 33.76%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#88857D (or 0x88857D) is known color: Friar Grey. HEX triplet: 88, 85 and 7D. RGB value is (136,133,125). Sum of RGB (Red+Green+Blue) = 136+133+125=394 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.52% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 136 - color contains mainly: red. Hex color #88857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88857D is #777A82. Grayscale: #858585. Windows color (decimal): -7830147 or 8226184. OLE color: 8226184.

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

Color convert

RGB 136 133 125 -
CMYK 0 0.02 0.08 0.47
HSL 43.64º 0.04% 0.51% -
HSV(B) 43.64º 0.08% 0.53% -
XYZ 22.24 23.49 22.76 -
YUV 132.99 123.49 130.15 -
System Red Green Blue C M Y K H S L
Decimal 136 133 125 0 0.02 0.08 0.47 43.64 0.04 0.51
Hex 88 85 7D 0 2 8 2F 2C 4 33
Octal 210 205 175 0 2 10 57 54 4 63
Binary 10001000 10000101 1111101 0 10 1000 101111 101100 100 110011

Color Harmonies of #88857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88857D

Black with #88857D

Text Example


Text Example

White with #88857D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88857D; }

 p { color: rgb(136,133,125); }

 H1.HeaderClassName
 {
   color: #88857D;
 }
 .AnyTagClassName
 {
   color: #88857D;
 }
</style>

background-color css

<style>
 a { background-color: #88857D; }

 a { background-color: rgb(136,133,125); }

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

border-color css

<style>
 span { border-color: #88857D; }

 span { border-color: rgb(136,133,125); }

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