Html Css Color HEX #9D8387 Venus

📋 copy color: '#9D8387'

red 157 ◦ green 131 ◦ blue 135

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

Shades of Venus #9D8387

Tints of Venus #9D8387

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.97%

 BLUE value IS 135 (53.13% from 255) = 31.91%

R = 37.12%
G = 30.97%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9D8387 (or 0x9D8387) is known color: Venus. HEX triplet: 9D, 83 and 87. RGB value is (157,131,135). Sum of RGB (Red+Green+Blue) = 157+131+135=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8387 is #627C78. Grayscale: #8B8B8B. Windows color (decimal): -6454393 or 8881053. OLE color: 8881053.

HSL color Cylindrical-coordinate representation of color #9D8387: hue angle of 350.77º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9D8387 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 131 135 -
CMYK 0 0.17 0.14 0.38
HSL 350.77º 0.12% 0.56% -
HSV(B) 350.77º 0.17% 0.62% -
XYZ 26.39 25.15 26.38 -
YUV 139.23 125.61 140.67 -
System Red Green Blue C M Y K H S L
Decimal 157 131 135 0 0.17 0.14 0.38 350.77 0.12 0.56
Hex 9D 83 87 0 11 E 26 15F C 38
Octal 235 203 207 0 21 16 46 537 14 70
Binary 10011101 10000011 10000111 0 10001 1110 100110 101011111 1100 111000

Color Harmonies of #9D8387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8387

Black with #9D8387

Text Example


Text Example

White with #9D8387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,131,135); }

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

background-color css

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

 a { background-color: rgb(157,131,135); }

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

border-color css

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

 span { border-color: rgb(157,131,135); }

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