Html Css Color HEX #888377 Friar Grey

📋 copy color: '#888377'

red 136 ◦ green 131 ◦ blue 119

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

Shades of Friar Grey #888377

Tints of Friar Grey #888377

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.94%

 BLUE value IS 119 (46.88% from 255) = 30.83%

R = 35.23%
G = 33.94%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#888377 (or 0x888377) is known color: Friar Grey. HEX triplet: 88, 83 and 77. RGB value is (136,131,119). Sum of RGB (Red+Green+Blue) = 136+131+119=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 136 - color contains mainly: red. Hex color #888377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888377 is #777C88. Grayscale: #838383. Windows color (decimal): -7830665 or 7832456. OLE color: 7832456.

HSL color Cylindrical-coordinate representation of color #888377: hue angle of 42.35º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #888377 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 131 119 -
CMYK 0 0.04 0.12 0.47
HSL 42.35º 0.07% 0.5% -
HSV(B) 42.35º 0.13% 0.53% -
XYZ 21.6 22.8 20.71 -
YUV 131.13 121.16 131.48 -
System Red Green Blue C M Y K H S L
Decimal 136 131 119 0 0.04 0.12 0.47 42.35 0.07 0.5
Hex 88 83 77 0 4 C 2F 2A 7 32
Octal 210 203 167 0 4 14 57 52 7 62
Binary 10001000 10000011 1110111 0 100 1100 101111 101010 111 110010

Color Harmonies of #888377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888377

Black with #888377

Text Example


Text Example

White with #888377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888377; }

 p { color: rgb(136,131,119); }

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

background-color css

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

 a { background-color: rgb(136,131,119); }

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

border-color css

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

 span { border-color: rgb(136,131,119); }

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