Html Css Color HEX #8A8880 Friar Grey

📋 copy color: '#8A8880'

red 138 ◦ green 136 ◦ blue 128

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

Shades of Friar Grey #8A8880

Tints of Friar Grey #8A8880

RGB

 RED value IS 138 (54.3% from 255) = 34.33%

 GREEN value IS 136 (53.52% from 255) = 33.83%

 BLUE value IS 128 (50.39% from 255) = 31.84%

R = 34.33%
G = 33.83%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#8A8880 (or 0x8A8880) is known color: Friar Grey. HEX triplet: 8A, 88 and 80. RGB value is (138,136,128). Sum of RGB (Red+Green+Blue) = 138+136+128=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8880 is #75777F. Grayscale: #878787. Windows color (decimal): -7698304 or 8423562. OLE color: 8423562.

HSL color Cylindrical-coordinate representation of color #8A8880: hue angle of 48º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8A8880 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 136 128 -
CMYK 0 0.01 0.07 0.46
HSL 48º 0.04% 0.52% -
HSV(B) 48º 0.07% 0.54% -
XYZ 23.18 24.57 23.94 -
YUV 135.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 138 136 128 0 0.01 0.07 0.46 48 0.04 0.52
Hex 8A 88 80 0 1 7 2E 30 4 34
Octal 212 210 200 0 1 7 56 60 4 64
Binary 10001010 10001000 10000000 0 1 111 101110 110000 100 110100

Color Harmonies of #8A8880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8880

Black with #8A8880

Text Example


Text Example

White with #8A8880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A8880; }

 p { color: rgb(138,136,128); }

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

background-color css

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

 a { background-color: rgb(138,136,128); }

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

border-color css

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

 span { border-color: rgb(138,136,128); }

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