Html Css Color HEX #9B878D Venus

📋 copy color: '#9B878D'

red 155 ◦ green 135 ◦ blue 141

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

Shades of Venus #9B878D

Tints of Venus #9B878D

RGB

 RED value IS 155 (60.94% from 255) = 35.96%

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

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

R = 35.96%
G = 31.32%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9B878D (or 0x9B878D) is known color: Venus. HEX triplet: 9B, 87 and 8D. RGB value is (155,135,141). Sum of RGB (Red+Green+Blue) = 155+135+141=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 155 - color contains mainly: red. Hex color #9B878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B878D is #647872. Grayscale: #8D8D8D. Windows color (decimal): -6584435 or 9275291. OLE color: 9275291.

HSL color Cylindrical-coordinate representation of color #9B878D: hue angle of 342º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9B878D is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 135 141 -
CMYK 0 0.13 0.09 0.39
HSL 342º 0.09% 0.57% -
HSV(B) 342º 0.13% 0.61% -
XYZ 26.99 26.22 28.84 -
YUV 141.66 127.63 137.51 -
System Red Green Blue C M Y K H S L
Decimal 155 135 141 0 0.13 0.09 0.39 342 0.09 0.57
Hex 9B 87 8D 0 D 9 27 156 9 39
Octal 233 207 215 0 15 11 47 526 11 71
Binary 10011011 10000111 10001101 0 1101 1001 100111 101010110 1001 111001

Color Harmonies of #9B878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B878D

Black with #9B878D

Text Example


Text Example

White with #9B878D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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