Html Css Color HEX #88857B Friar Grey

📋 copy color: '#88857B'

red 136 ◦ green 133 ◦ blue 123

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

Shades of Friar Grey #88857B

Tints of Friar Grey #88857B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.38%

R = 34.69%
G = 33.93%
B = 31.38%

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

#88857B (or 0x88857B) is known color: Friar Grey. HEX triplet: 88, 85 and 7B. RGB value is (136,133,123). Sum of RGB (Red+Green+Blue) = 136+133+123=392 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.69% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 136 - color contains mainly: red. Hex color #88857B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88857B is #777A84. Grayscale: #848484. Windows color (decimal): -7830149 or 8095112. OLE color: 8095112.

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

Color convert

RGB 136 133 123 -
CMYK 0 0.02 0.10 0.47
HSL 46.15º 0.05% 0.51% -
HSV(B) 46.15º 0.1% 0.53% -
XYZ 22.12 23.44 22.1 -
YUV 132.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 136 133 123 0 0.02 0.10 0.47 46.15 0.05 0.51
Hex 88 85 7B 0 2 A 2F 2E 5 33
Octal 210 205 173 0 2 12 57 56 5 63
Binary 10001000 10000101 1111011 0 10 1010 101111 101110 101 110011

Color Harmonies of #88857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88857B

Black with #88857B

Text Example


Text Example

White with #88857B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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