Html Css Color HEX #8D8975 Friar Grey

📋 copy color: '#8D8975'

red 141 ◦ green 137 ◦ blue 117

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

Shades of Friar Grey #8D8975

Tints of Friar Grey #8D8975

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.68%

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

R = 35.7%
G = 34.68%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8D8975 (or 0x8D8975) is known color: Friar Grey. HEX triplet: 8D, 89 and 75. RGB value is (141,137,117). Sum of RGB (Red+Green+Blue) = 141+137+117=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8975 is #72768A. Grayscale: #888888. Windows color (decimal): -7501451 or 7702925. OLE color: 7702925.

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

Color convert

RGB 141 137 117 -
CMYK 0 0.03 0.17 0.45
HSL 50º 0.1% 0.51% -
HSV(B) 50º 0.17% 0.55% -
XYZ 23.14 24.84 20.4 -
YUV 135.92 117.33 131.63 -
System Red Green Blue C M Y K H S L
Decimal 141 137 117 0 0.03 0.17 0.45 50 0.1 0.51
Hex 8D 89 75 0 3 11 2D 32 A 33
Octal 215 211 165 0 3 21 55 62 12 63
Binary 10001101 10001001 1110101 0 11 10001 101101 110010 1010 110011

Color Harmonies of #8D8975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8975

Black with #8D8975

Text Example


Text Example

White with #8D8975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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