Html Css Color HEX #888784 Friar Grey

📋 copy color: '#888784'

red 136 ◦ green 135 ◦ blue 132

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

Shades of Friar Grey #888784

Tints of Friar Grey #888784

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.5%

 BLUE value IS 132 (51.95% from 255) = 32.75%

R = 33.75%
G = 33.5%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#888784 (or 0x888784) is known color: Friar Grey. HEX triplet: 88, 87 and 84. RGB value is (136,135,132). Sum of RGB (Red+Green+Blue) = 136+135+132=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 136 - color contains mainly: red. Hex color #888784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888784 is #77787B. Grayscale: #868686. Windows color (decimal): -7829628 or 8685448. OLE color: 8685448.

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

Color convert

RGB 136 135 132 -
CMYK 0 0.01 0.03 0.47
HSL 45º 0.02% 0.53% -
HSV(B) 45º 0.03% 0.53% -
XYZ 22.98 24.23 25.3 -
YUV 134.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 136 135 132 0 0.01 0.03 0.47 45 0.02 0.53
Hex 88 87 84 0 1 3 2F 2D 2 35
Octal 210 207 204 0 1 3 57 55 2 65
Binary 10001000 10000111 10000100 0 1 11 101111 101101 10 110101

Color Harmonies of #888784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888784

Black with #888784

Text Example


Text Example

White with #888784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888784; }

 p { color: rgb(136,135,132); }

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

background-color css

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

 a { background-color: rgb(136,135,132); }

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

border-color css

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

 span { border-color: rgb(136,135,132); }

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