Html Css Color HEX #8D8795 Topaz

📋 copy color: '#8D8795'

red 141 ◦ green 135 ◦ blue 149

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

Shades of Topaz #8D8795

Tints of Topaz #8D8795

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.76%

 BLUE value IS 149 (58.59% from 255) = 35.06%

R = 33.18%
G = 31.76%
B = 35.06%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8D8795 (or 0x8D8795) is known color: Topaz. HEX triplet: 8D, 87 and 95. RGB value is (141,135,149). Sum of RGB (Red+Green+Blue) = 141+135+149=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 149 - color contains mainly: blue. Hex color #8D8795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8795 is #72786A. Grayscale: #8A8A8A. Windows color (decimal): -7501931 or 9799565. OLE color: 9799565.

HSL color Cylindrical-coordinate representation of color #8D8795: hue angle of 265.71º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8D8795 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 141 135 149 -
CMYK 0.05 0.09 0 0.42
HSL 265.71º 0.06% 0.56% -
HSV(B) 265.71º 0.09% 0.58% -
XYZ 25.07 25.16 31.97 -
YUV 138.39 133.99 129.86 -
System Red Green Blue C M Y K H S L
Decimal 141 135 149 0.05 0.09 0 0.42 265.71 0.06 0.56
Hex 8D 87 95 5 9 0 2A 10A 6 38
Octal 215 207 225 5 11 0 52 412 6 70
Binary 10001101 10000111 10010101 101 1001 0 101010 100001010 110 111000

Color Harmonies of #8D8795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8795

Black with #8D8795

Text Example


Text Example

White with #8D8795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,135,149); }

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

background-color css

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

 a { background-color: rgb(141,135,149); }

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

border-color css

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

 span { border-color: rgb(141,135,149); }

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