Html Css Color HEX #9D8D8E Venus

📋 copy color: '#9D8D8E'

red 157 ◦ green 141 ◦ blue 142

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

Shades of Venus #9D8D8E

Tints of Venus #9D8D8E

RGB

 RED value IS 157 (61.72% from 255) = 35.68%

 GREEN value IS 141 (55.47% from 255) = 32.05%

 BLUE value IS 142 (55.86% from 255) = 32.27%

R = 35.68%
G = 32.05%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D8D8E (or 0x9D8D8E) is known color: Venus. HEX triplet: 9D, 8D and 8E. RGB value is (157,141,142). Sum of RGB (Red+Green+Blue) = 157+141+142=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8D8E is #627271. Grayscale: #919191. Windows color (decimal): -6451826 or 9342365. OLE color: 9342365.

HSL color Cylindrical-coordinate representation of color #9D8D8E: hue angle of 356.25º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9D8D8E is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 141 142 -
CMYK 0 0.10 0.10 0.38
HSL 356.25º 0.08% 0.58% -
HSV(B) 356.25º 0.1% 0.62% -
XYZ 28.31 28.17 29.54 -
YUV 145.9 125.8 135.92 -
System Red Green Blue C M Y K H S L
Decimal 157 141 142 0 0.10 0.10 0.38 356.25 0.08 0.58
Hex 9D 8D 8E 0 A A 26 164 8 3A
Octal 235 215 216 0 12 12 46 544 10 72
Binary 10011101 10001101 10001110 0 1010 1010 100110 101100100 1000 111010

Color Harmonies of #9D8D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8D8E

Black with #9D8D8E

Text Example


Text Example

White with #9D8D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D8D8E; }

 p { color: rgb(157,141,142); }

 H1.HeaderClassName
 {
   color: #9D8D8E;
 }
 .AnyTagClassName
 {
   color: #9D8D8E;
 }
</style>

background-color css

<style>
 a { background-color: #9D8D8E; }

 a { background-color: rgb(157,141,142); }

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

border-color css

<style>
 span { border-color: #9D8D8E; }

 span { border-color: rgb(157,141,142); }

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