Html Css Color HEX #888782 Friar Grey

📋 copy color: '#888782'

red 136 ◦ green 135 ◦ blue 130

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

Shades of Friar Grey #888782

Tints of Friar Grey #888782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.42%

R = 33.92%
G = 33.67%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#888782 (or 0x888782) is known color: Friar Grey. HEX triplet: 88, 87 and 82. RGB value is (136,135,130). Sum of RGB (Red+Green+Blue) = 136+135+130=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 136 - color contains mainly: red. Hex color #888782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888782 is #77787D. Grayscale: #868686. Windows color (decimal): -7829630 or 8554376. OLE color: 8554376.

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

Color convert

RGB 136 135 130 -
CMYK 0 0.01 0.04 0.47
HSL 50º 0.02% 0.52% -
HSV(B) 50º 0.04% 0.53% -
XYZ 22.85 24.17 24.58 -
YUV 134.73 125.33 128.91 -
System Red Green Blue C M Y K H S L
Decimal 136 135 130 0 0.01 0.04 0.47 50 0.02 0.52
Hex 88 87 82 0 1 4 2F 32 2 34
Octal 210 207 202 0 1 4 57 62 2 64
Binary 10001000 10000111 10000010 0 1 100 101111 110010 10 110100

Color Harmonies of #888782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888782

Black with #888782

Text Example


Text Example

White with #888782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888782; }

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

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

background-color css

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

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

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

border-color css

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

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

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