Html Css Color HEX #888371 Friar Grey

📋 copy color: '#888371'

red 136 ◦ green 131 ◦ blue 113

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

Shades of Friar Grey #888371

Tints of Friar Grey #888371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.74%

R = 35.79%
G = 34.47%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#888371 (or 0x888371) is known color: Friar Grey. HEX triplet: 88, 83 and 71. RGB value is (136,131,113). Sum of RGB (Red+Green+Blue) = 136+131+113=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 136 - color contains mainly: red. Hex color #888371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888371 is #777C8E. Grayscale: #828282. Windows color (decimal): -7830671 or 7439240. OLE color: 7439240.

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

Color convert

RGB 136 131 113 -
CMYK 0 0.04 0.17 0.47
HSL 46.96º 0.09% 0.49% -
HSV(B) 46.96º 0.17% 0.53% -
XYZ 21.25 22.66 18.88 -
YUV 130.44 118.16 131.96 -
System Red Green Blue C M Y K H S L
Decimal 136 131 113 0 0.04 0.17 0.47 46.96 0.09 0.49
Hex 88 83 71 0 4 11 2F 2F 9 31
Octal 210 203 161 0 4 21 57 57 11 61
Binary 10001000 10000011 1110001 0 100 10001 101111 101111 1001 110001

Color Harmonies of #888371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888371

Black with #888371

Text Example


Text Example

White with #888371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888371; }

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

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

background-color css

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

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

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

border-color css

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

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

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