Html Css Color HEX #9D8D90 Venus

📋 copy color: '#9D8D90'

red 157 ◦ green 141 ◦ blue 144

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

Shades of Venus #9D8D90

Tints of Venus #9D8D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.58%

R = 35.52%
G = 31.9%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9D8D90 (or 0x9D8D90) is known color: Venus. HEX triplet: 9D, 8D and 90. RGB value is (157,141,144). Sum of RGB (Red+Green+Blue) = 157+141+144=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8D90 is #62726F. Grayscale: #929292. Windows color (decimal): -6451824 or 9473437. OLE color: 9473437.

HSL color Cylindrical-coordinate representation of color #9D8D90: hue angle of 348.75º 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 #9D8D90 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 141 144 -
CMYK 0 0.10 0.08 0.38
HSL 348.75º 0.08% 0.58% -
HSV(B) 348.75º 0.1% 0.62% -
XYZ 28.46 28.23 30.33 -
YUV 146.13 126.8 135.76 -
System Red Green Blue C M Y K H S L
Decimal 157 141 144 0 0.10 0.08 0.38 348.75 0.08 0.58
Hex 9D 8D 90 0 A 8 26 15D 8 3A
Octal 235 215 220 0 12 10 46 535 10 72
Binary 10011101 10001101 10010000 0 1010 1000 100110 101011101 1000 111010

Color Harmonies of #9D8D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8D90

Black with #9D8D90

Text Example


Text Example

White with #9D8D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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