Html Css Color HEX #8D8A75 Schist

📋 copy color: '#8D8A75'

red 141 ◦ green 138 ◦ blue 117

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

Shades of Schist #8D8A75

Tints of Schist #8D8A75

RGB

 RED value IS 141 (55.47% from 255) = 35.61%

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

 BLUE value IS 117 (46.09% from 255) = 29.55%

R = 35.61%
G = 34.85%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8D8A75 (or 0x8D8A75) is known color: Schist. HEX triplet: 8D, 8A and 75. RGB value is (141,138,117). Sum of RGB (Red+Green+Blue) = 141+138+117=396 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.61% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8A75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8A75 is #72758A. Grayscale: #888888. Windows color (decimal): -7501195 or 7703181. OLE color: 7703181.

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

Color convert

RGB 141 138 117 -
CMYK 0 0.02 0.17 0.45
HSL 52.5º 0.1% 0.51% -
HSV(B) 52.5º 0.17% 0.55% -
XYZ 23.28 25.12 20.45 -
YUV 136.5 116.99 131.21 -
System Red Green Blue C M Y K H S L
Decimal 141 138 117 0 0.02 0.17 0.45 52.5 0.1 0.51
Hex 8D 8A 75 0 2 11 2D 34 A 33
Octal 215 212 165 0 2 21 55 64 12 63
Binary 10001101 10001010 1110101 0 10 10001 101101 110100 1010 110011

Color Harmonies of #8D8A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8A75

Black with #8D8A75

Text Example


Text Example

White with #8D8A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,138,117); }

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

background-color css

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

 a { background-color: rgb(141,138,117); }

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

border-color css

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

 span { border-color: rgb(141,138,117); }

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