Html Css Color HEX #8A887F Friar Grey

📋 copy color: '#8A887F'

red 138 ◦ green 136 ◦ blue 127

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

Shades of Friar Grey #8A887F

Tints of Friar Grey #8A887F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.67%

R = 34.41%
G = 33.92%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#8A887F (or 0x8A887F) is known color: Friar Grey. HEX triplet: 8A, 88 and 7F. RGB value is (138,136,127). Sum of RGB (Red+Green+Blue) = 138+136+127=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 138 - color contains mainly: red. Hex color #8A887F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A887F is #757780. Grayscale: #878787. Windows color (decimal): -7698305 or 8358026. OLE color: 8358026.

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

Color convert

RGB 138 136 127 -
CMYK 0 0.01 0.08 0.46
HSL 49.09º 0.04% 0.52% -
HSV(B) 49.09º 0.08% 0.54% -
XYZ 23.12 24.54 23.6 -
YUV 135.57 123.16 129.73 -
System Red Green Blue C M Y K H S L
Decimal 138 136 127 0 0.01 0.08 0.46 49.09 0.04 0.52
Hex 8A 88 7F 0 1 8 2E 31 4 34
Octal 212 210 177 0 1 10 56 61 4 64
Binary 10001010 10001000 1111111 0 1 1000 101110 110001 100 110100

Color Harmonies of #8A887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A887F

Black with #8A887F

Text Example


Text Example

White with #8A887F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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