Html Css Color HEX #88867B Friar Grey

📋 copy color: '#88867B'

red 136 ◦ green 134 ◦ blue 123

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

Shades of Friar Grey #88867B

Tints of Friar Grey #88867B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.1%

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

R = 34.61%
G = 34.1%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#88867B (or 0x88867B) is known color: Friar Grey. HEX triplet: 88, 86 and 7B. RGB value is (136,134,123). Sum of RGB (Red+Green+Blue) = 136+134+123=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 136 - color contains mainly: red. Hex color #88867B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88867B is #777984. Grayscale: #858585. Windows color (decimal): -7829893 or 8095368. OLE color: 8095368.

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

Color convert

RGB 136 134 123 -
CMYK 0 0.01 0.10 0.47
HSL 50.77º 0.05% 0.51% -
HSV(B) 50.77º 0.1% 0.53% -
XYZ 22.25 23.71 22.14 -
YUV 133.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 136 134 123 0 0.01 0.10 0.47 50.77 0.05 0.51
Hex 88 86 7B 0 1 A 2F 33 5 33
Octal 210 206 173 0 1 12 57 63 5 63
Binary 10001000 10000110 1111011 0 1 1010 101111 110011 101 110011

Color Harmonies of #88867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88867B

Black with #88867B

Text Example


Text Example

White with #88867B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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