Html Css Color HEX #8C8679 Friar Grey

📋 copy color: '#8C8679'

red 140 ◦ green 134 ◦ blue 121

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

Shades of Friar Grey #8C8679

Tints of Friar Grey #8C8679

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.92%

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

R = 35.44%
G = 33.92%
B = 30.63%

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

#8C8679 (or 0x8C8679) is known color: Friar Grey. HEX triplet: 8C, 86 and 79. RGB value is (140,134,121). Sum of RGB (Red+Green+Blue) = 140+134+121=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8679 is #737986. Grayscale: #868686. Windows color (decimal): -7567751 or 7964300. OLE color: 7964300.

HSL color Cylindrical-coordinate representation of color #8C8679: hue angle of 41.05º 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 #8C8679 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 134 121 -
CMYK 0 0.04 0.14 0.45
HSL 41.05º 0.08% 0.51% -
HSV(B) 41.05º 0.14% 0.55% -
XYZ 22.79 24.01 21.52 -
YUV 134.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 140 134 121 0 0.04 0.14 0.45 41.05 0.08 0.51
Hex 8C 86 79 0 4 E 2D 29 8 33
Octal 214 206 171 0 4 16 55 51 10 63
Binary 10001100 10000110 1111001 0 100 1110 101101 101001 1000 110011

Color Harmonies of #8C8679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8679

Black with #8C8679

Text Example


Text Example

White with #8C8679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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