Html Css Color HEX #8C8A79 Schist

📋 copy color: '#8C8A79'

red 140 ◦ green 138 ◦ blue 121

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

Shades of Schist #8C8A79

Tints of Schist #8C8A79

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.59%

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

R = 35.09%
G = 34.59%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8C8A79 (or 0x8C8A79) is known color: Schist. HEX triplet: 8C, 8A and 79. RGB value is (140,138,121). Sum of RGB (Red+Green+Blue) = 140+138+121=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8A79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8A79 is #737586. Grayscale: #888888. Windows color (decimal): -7566727 or 7965324. OLE color: 7965324.

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

Color convert

RGB 140 138 121 -
CMYK 0 0.01 0.14 0.45
HSL 53.68º 0.08% 0.51% -
HSV(B) 53.68º 0.14% 0.55% -
XYZ 23.35 25.13 21.71 -
YUV 136.66 119.16 130.38 -
System Red Green Blue C M Y K H S L
Decimal 140 138 121 0 0.01 0.14 0.45 53.68 0.08 0.51
Hex 8C 8A 79 0 1 E 2D 36 8 33
Octal 214 212 171 0 1 16 55 66 10 63
Binary 10001100 10001010 1111001 0 1 1110 101101 110110 1000 110011

Color Harmonies of #8C8A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8A79

Black with #8C8A79

Text Example


Text Example

White with #8C8A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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