Html Css Color HEX #8A887E Friar Grey

📋 copy color: '#8A887E'

red 138 ◦ green 136 ◦ blue 126

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

Shades of Friar Grey #8A887E

Tints of Friar Grey #8A887E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.5%

R = 34.5%
G = 34%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#8A887E (or 0x8A887E) is known color: Friar Grey. HEX triplet: 8A, 88 and 7E. RGB value is (138,136,126). Sum of RGB (Red+Green+Blue) = 138+136+126=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 138 - color contains mainly: red. Hex color #8A887E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A887E is #757781. Grayscale: #878787. Windows color (decimal): -7698306 or 8292490. OLE color: 8292490.

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

Color convert

RGB 138 136 126 -
CMYK 0 0.01 0.09 0.46
HSL 50º 0.05% 0.52% -
HSV(B) 50º 0.09% 0.54% -
XYZ 23.05 24.52 23.26 -
YUV 135.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 138 136 126 0 0.01 0.09 0.46 50 0.05 0.52
Hex 8A 88 7E 0 1 9 2E 32 5 34
Octal 212 210 176 0 1 11 56 62 5 64
Binary 10001010 10001000 1111110 0 1 1001 101110 110010 101 110100

Color Harmonies of #8A887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A887E

Black with #8A887E

Text Example


Text Example

White with #8A887E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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