Html Css Color HEX #888681 Friar Grey

📋 copy color: '#888681'

red 136 ◦ green 134 ◦ blue 129

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

Shades of Friar Grey #888681

Tints of Friar Grey #888681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.33%

R = 34.09%
G = 33.58%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#888681 (or 0x888681) is known color: Friar Grey. HEX triplet: 88, 86 and 81. RGB value is (136,134,129). Sum of RGB (Red+Green+Blue) = 136+134+129=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 136 - color contains mainly: red. Hex color #888681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888681 is #77797E. Grayscale: #868686. Windows color (decimal): -7829887 or 8488584. OLE color: 8488584.

HSL color Cylindrical-coordinate representation of color #888681: hue angle of 42.86º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #888681 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 134 129 -
CMYK 0 0.01 0.05 0.47
HSL 42.86º 0.03% 0.52% -
HSV(B) 42.86º 0.05% 0.53% -
XYZ 22.64 23.87 24.18 -
YUV 134.03 125.16 129.41 -
System Red Green Blue C M Y K H S L
Decimal 136 134 129 0 0.01 0.05 0.47 42.86 0.03 0.52
Hex 88 86 81 0 1 5 2F 2B 3 34
Octal 210 206 201 0 1 5 57 53 3 64
Binary 10001000 10000110 10000001 0 1 101 101111 101011 11 110100

Color Harmonies of #888681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888681

Black with #888681

Text Example


Text Example

White with #888681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888681; }

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

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

background-color css

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

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

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

border-color css

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

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

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