Html Css Color HEX #9E878D Venus

📋 copy color: '#9E878D'

red 158 ◦ green 135 ◦ blue 141

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

Shades of Venus #9E878D

Tints of Venus #9E878D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.11%

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

R = 36.41%
G = 31.11%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9E878D (or 0x9E878D) is known color: Venus. HEX triplet: 9E, 87 and 8D. RGB value is (158,135,141). Sum of RGB (Red+Green+Blue) = 158+135+141=434 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.41% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 158 - color contains mainly: red. Hex color #9E878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E878D is #617872. Grayscale: #8E8E8E. Windows color (decimal): -6387827 or 9275294. OLE color: 9275294.

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

Color convert

RGB 158 135 141 -
CMYK 0 0.15 0.11 0.38
HSL 344.35º 0.11% 0.57% -
HSV(B) 344.35º 0.15% 0.62% -
XYZ 27.57 26.52 28.86 -
YUV 142.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 158 135 141 0 0.15 0.11 0.38 344.35 0.11 0.57
Hex 9E 87 8D 0 F B 26 158 B 39
Octal 236 207 215 0 17 13 46 530 13 71
Binary 10011110 10000111 10001101 0 1111 1011 100110 101011000 1011 111001

Color Harmonies of #9E878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E878D

Black with #9E878D

Text Example


Text Example

White with #9E878D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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