Html Css Color HEX #88857A Friar Grey

📋 copy color: '#88857A'

red 136 ◦ green 133 ◦ blue 122

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

Shades of Friar Grey #88857A

Tints of Friar Grey #88857A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.2%

R = 34.78%
G = 34.02%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#88857A (or 0x88857A) is known color: Friar Grey. HEX triplet: 88, 85 and 7A. RGB value is (136,133,122). Sum of RGB (Red+Green+Blue) = 136+133+122=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 136 - color contains mainly: red. Hex color #88857A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88857A is #777A85. Grayscale: #848484. Windows color (decimal): -7830150 or 8029576. OLE color: 8029576.

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

Color convert

RGB 136 133 122 -
CMYK 0 0.02 0.10 0.47
HSL 47.14º 0.06% 0.51% -
HSV(B) 47.14º 0.1% 0.53% -
XYZ 22.05 23.41 21.77 -
YUV 132.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 136 133 122 0 0.02 0.10 0.47 47.14 0.06 0.51
Hex 88 85 7A 0 2 A 2F 2F 6 33
Octal 210 205 172 0 2 12 57 57 6 63
Binary 10001000 10000101 1111010 0 10 1010 101111 101111 110 110011

Color Harmonies of #88857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88857A

Black with #88857A

Text Example


Text Example

White with #88857A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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