Html Css Color HEX #888376 Friar Grey

📋 copy color: '#888376'

red 136 ◦ green 131 ◦ blue 118

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

Shades of Friar Grey #888376

Tints of Friar Grey #888376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.65%

R = 35.32%
G = 34.03%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#888376 (or 0x888376) is known color: Friar Grey. HEX triplet: 88, 83 and 76. RGB value is (136,131,118). Sum of RGB (Red+Green+Blue) = 136+131+118=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 136 - color contains mainly: red. Hex color #888376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888376 is #777C89. Grayscale: #838383. Windows color (decimal): -7830666 or 7766920. OLE color: 7766920.

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

Color convert

RGB 136 131 118 -
CMYK 0 0.04 0.13 0.47
HSL 43.33º 0.07% 0.5% -
HSV(B) 43.33º 0.13% 0.53% -
XYZ 21.54 22.77 20.4 -
YUV 131.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 136 131 118 0 0.04 0.13 0.47 43.33 0.07 0.5
Hex 88 83 76 0 4 D 2F 2B 7 32
Octal 210 203 166 0 4 15 57 53 7 62
Binary 10001000 10000011 1110110 0 100 1101 101111 101011 111 110010

Color Harmonies of #888376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888376

Black with #888376

Text Example


Text Example

White with #888376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888376; }

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

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

background-color css

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

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

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

border-color css

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

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

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