Html Css Color HEX #9E8487 Venus

📋 copy color: '#9E8487'

red 158 ◦ green 132 ◦ blue 135

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

Shades of Venus #9E8487

Tints of Venus #9E8487

RGB

 RED value IS 158 (62.11% from 255) = 37.18%

 GREEN value IS 132 (51.95% from 255) = 31.06%

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

R = 37.18%
G = 31.06%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#9E8487 (or 0x9E8487) is known color: Venus. HEX triplet: 9E, 84 and 87. RGB value is (158,132,135). Sum of RGB (Red+Green+Blue) = 158+132+135=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8487 is #617B78. Grayscale: #8C8C8C. Windows color (decimal): -6388601 or 8881310. OLE color: 8881310.

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

Color convert

RGB 158 132 135 -
CMYK 0 0.16 0.15 0.38
HSL 353.08º 0.12% 0.57% -
HSV(B) 353.08º 0.16% 0.62% -
XYZ 26.72 25.52 26.44 -
YUV 140.12 125.11 140.76 -
System Red Green Blue C M Y K H S L
Decimal 158 132 135 0 0.16 0.15 0.38 353.08 0.12 0.57
Hex 9E 84 87 0 10 F 26 161 C 39
Octal 236 204 207 0 20 17 46 541 14 71
Binary 10011110 10000100 10000111 0 10000 1111 100110 101100001 1100 111001

Color Harmonies of #9E8487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8487

Black with #9E8487

Text Example


Text Example

White with #9E8487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,132,135); }

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

background-color css

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

 a { background-color: rgb(158,132,135); }

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

border-color css

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

 span { border-color: rgb(158,132,135); }

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