Html Css Color HEX #8C8678 Friar Grey

📋 copy color: '#8C8678'

red 140 ◦ green 134 ◦ blue 120

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

Shades of Friar Grey #8C8678

Tints of Friar Grey #8C8678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.46%

R = 35.53%
G = 34.01%
B = 30.46%

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

#8C8678 (or 0x8C8678) is known color: Friar Grey. HEX triplet: 8C, 86 and 78. RGB value is (140,134,120). Sum of RGB (Red+Green+Blue) = 140+134+120=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8678 is #737987. Grayscale: #868686. Windows color (decimal): -7567752 or 7898764. OLE color: 7898764.

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

Color convert

RGB 140 134 120 -
CMYK 0 0.04 0.14 0.45
HSL 42º 0.08% 0.51% -
HSV(B) 42º 0.14% 0.55% -
XYZ 22.73 23.98 21.2 -
YUV 134.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 140 134 120 0 0.04 0.14 0.45 42 0.08 0.51
Hex 8C 86 78 0 4 E 2D 2A 8 33
Octal 214 206 170 0 4 16 55 52 10 63
Binary 10001100 10000110 1111000 0 100 1110 101101 101010 1000 110011

Color Harmonies of #8C8678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8678

Black with #8C8678

Text Example


Text Example

White with #8C8678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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