Html Css Color HEX #8C8877 Friar Grey

📋 copy color: '#8C8877'

red 140 ◦ green 136 ◦ blue 119

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

Shades of Friar Grey #8C8877

Tints of Friar Grey #8C8877

RGB

 RED value IS 140 (55.08% from 255) = 35.44%

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

 BLUE value IS 119 (46.88% from 255) = 30.13%

R = 35.44%
G = 34.43%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#8C8877 (or 0x8C8877) is known color: Friar Grey. HEX triplet: 8C, 88 and 77. RGB value is (140,136,119). Sum of RGB (Red+Green+Blue) = 140+136+119=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8877 is #737788. Grayscale: #878787. Windows color (decimal): -7567241 or 7833740. OLE color: 7833740.

HSL color Cylindrical-coordinate representation of color #8C8877: hue angle of 48.57º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8C8877 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 136 119 -
CMYK 0 0.03 0.15 0.45
HSL 48.57º 0.08% 0.51% -
HSV(B) 48.57º 0.15% 0.55% -
XYZ 22.95 24.52 20.98 -
YUV 135.26 118.83 131.38 -
System Red Green Blue C M Y K H S L
Decimal 140 136 119 0 0.03 0.15 0.45 48.57 0.08 0.51
Hex 8C 88 77 0 3 F 2D 31 8 33
Octal 214 210 167 0 3 17 55 61 10 63
Binary 10001100 10001000 1110111 0 11 1111 101101 110001 1000 110011

Color Harmonies of #8C8877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8877

Black with #8C8877

Text Example


Text Example

White with #8C8877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,136,119); }

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

background-color css

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

 a { background-color: rgb(140,136,119); }

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

border-color css

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

 span { border-color: rgb(140,136,119); }

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