Html Css Color HEX #9B888E Venus

📋 copy color: '#9B888E'

red 155 ◦ green 136 ◦ blue 142

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

Shades of Venus #9B888E

Tints of Venus #9B888E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.41%

 BLUE value IS 142 (55.86% from 255) = 32.79%

R = 35.8%
G = 31.41%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B888E (or 0x9B888E) is known color: Venus. HEX triplet: 9B, 88 and 8E. RGB value is (155,136,142). Sum of RGB (Red+Green+Blue) = 155+136+142=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 155 - color contains mainly: red. Hex color #9B888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B888E is #647771. Grayscale: #8E8E8E. Windows color (decimal): -6584178 or 9341083. OLE color: 9341083.

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

Color convert

RGB 155 136 142 -
CMYK 0 0.12 0.08 0.39
HSL 341.05º 0.09% 0.57% -
HSV(B) 341.05º 0.12% 0.61% -
XYZ 27.2 26.53 29.28 -
YUV 142.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 155 136 142 0 0.12 0.08 0.39 341.05 0.09 0.57
Hex 9B 88 8E 0 C 8 27 155 9 39
Octal 233 210 216 0 14 10 47 525 11 71
Binary 10011011 10001000 10001110 0 1100 1000 100111 101010101 1001 111001

Color Harmonies of #9B888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B888E

Black with #9B888E

Text Example


Text Example

White with #9B888E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,136,142); }

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

background-color css

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

 a { background-color: rgb(155,136,142); }

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

border-color css

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

 span { border-color: rgb(155,136,142); }

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