Html Css Color HEX #9D8C8D Venus

📋 copy color: '#9D8C8D'

red 157 ◦ green 140 ◦ blue 141

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

Shades of Venus #9D8C8D

Tints of Venus #9D8C8D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.96%

 BLUE value IS 141 (55.47% from 255) = 32.19%

R = 35.84%
G = 31.96%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D8C8D (or 0x9D8C8D) is known color: Venus. HEX triplet: 9D, 8C and 8D. RGB value is (157,140,141). Sum of RGB (Red+Green+Blue) = 157+140+141=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8C8D is #627372. Grayscale: #919191. Windows color (decimal): -6452083 or 9276573. OLE color: 9276573.

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

Color convert

RGB 157 140 141 -
CMYK 0 0.11 0.10 0.38
HSL 356.47º 0.08% 0.58% -
HSV(B) 356.47º 0.11% 0.62% -
XYZ 28.09 27.85 29.09 -
YUV 145.2 125.63 136.42 -
System Red Green Blue C M Y K H S L
Decimal 157 140 141 0 0.11 0.10 0.38 356.47 0.08 0.58
Hex 9D 8C 8D 0 B A 26 164 8 3A
Octal 235 214 215 0 13 12 46 544 10 72
Binary 10011101 10001100 10001101 0 1011 1010 100110 101100100 1000 111010

Color Harmonies of #9D8C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8C8D

Black with #9D8C8D

Text Example


Text Example

White with #9D8C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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