Html Css Color HEX #8C8779 Friar Grey

📋 copy color: '#8C8779'

red 140 ◦ green 135 ◦ blue 121

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

Shades of Friar Grey #8C8779

Tints of Friar Grey #8C8779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.56%

R = 35.35%
G = 34.09%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8C8779 (or 0x8C8779) is known color: Friar Grey. HEX triplet: 8C, 87 and 79. RGB value is (140,135,121). Sum of RGB (Red+Green+Blue) = 140+135+121=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8779 is #737886. Grayscale: #868686. Windows color (decimal): -7567495 or 7964556. OLE color: 7964556.

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

Color convert

RGB 140 135 121 -
CMYK 0 0.04 0.14 0.45
HSL 44.21º 0.08% 0.51% -
HSV(B) 44.21º 0.14% 0.55% -
XYZ 22.93 24.28 21.57 -
YUV 134.9 120.16 131.64 -
System Red Green Blue C M Y K H S L
Decimal 140 135 121 0 0.04 0.14 0.45 44.21 0.08 0.51
Hex 8C 87 79 0 4 E 2D 2C 8 33
Octal 214 207 171 0 4 16 55 54 10 63
Binary 10001100 10000111 1111001 0 100 1110 101101 101100 1000 110011

Color Harmonies of #8C8779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8779

Black with #8C8779

Text Example


Text Example

White with #8C8779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,135,121); }

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

background-color css

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

 a { background-color: rgb(140,135,121); }

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

border-color css

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

 span { border-color: rgb(140,135,121); }

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