Html Css Color HEX #88857E Friar Grey

📋 copy color: '#88857E'

red 136 ◦ green 133 ◦ blue 126

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

Shades of Friar Grey #88857E

Tints of Friar Grey #88857E

RGB

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

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

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

R = 34.43%
G = 33.67%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88857E (or 0x88857E) is known color: Friar Grey. HEX triplet: 88, 85 and 7E. RGB value is (136,133,126). Sum of RGB (Red+Green+Blue) = 136+133+126=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 136 - color contains mainly: red. Hex color #88857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88857E is #777A81. Grayscale: #858585. Windows color (decimal): -7830146 or 8291720. OLE color: 8291720.

HSL color Cylindrical-coordinate representation of color #88857E: hue angle of 42º 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 #88857E is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 133 126 -
CMYK 0 0.02 0.07 0.47
HSL 42º 0.04% 0.51% -
HSV(B) 42º 0.07% 0.53% -
XYZ 22.31 23.52 23.1 -
YUV 133.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 136 133 126 0 0.02 0.07 0.47 42 0.04 0.51
Hex 88 85 7E 0 2 7 2F 2A 4 33
Octal 210 205 176 0 2 7 57 52 4 63
Binary 10001000 10000101 1111110 0 10 111 101111 101010 100 110011

Color Harmonies of #88857E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88857E

Black with #88857E

Text Example


Text Example

White with #88857E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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