Html Css Color HEX #9E878B Venus

📋 copy color: '#9E878B'

red 158 ◦ green 135 ◦ blue 139

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

Shades of Venus #9E878B

Tints of Venus #9E878B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.18%

R = 36.57%
G = 31.25%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9E878B (or 0x9E878B) is known color: Venus. HEX triplet: 9E, 87 and 8B. RGB value is (158,135,139). Sum of RGB (Red+Green+Blue) = 158+135+139=432 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.57% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 158 - color contains mainly: red. Hex color #9E878B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E878B is #617874. Grayscale: #8E8E8E. Windows color (decimal): -6387829 or 9144222. OLE color: 9144222.

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

Color convert

RGB 158 135 139 -
CMYK 0 0.15 0.12 0.38
HSL 349.57º 0.11% 0.57% -
HSV(B) 349.57º 0.15% 0.62% -
XYZ 27.42 26.46 28.09 -
YUV 142.33 126.12 139.17 -
System Red Green Blue C M Y K H S L
Decimal 158 135 139 0 0.15 0.12 0.38 349.57 0.11 0.57
Hex 9E 87 8B 0 F C 26 15E B 39
Octal 236 207 213 0 17 14 46 536 13 71
Binary 10011110 10000111 10001011 0 1111 1100 100110 101011110 1011 111001

Color Harmonies of #9E878B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E878B

Black with #9E878B

Text Example


Text Example

White with #9E878B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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