Html Css Color HEX #9B888F Venus

📋 copy color: '#9B888F'

red 155 ◦ green 136 ◦ blue 143

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

Shades of Venus #9B888F

Tints of Venus #9B888F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.95%

R = 35.71%
G = 31.34%
B = 32.95%

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

#9B888F (or 0x9B888F) is known color: Venus. HEX triplet: 9B, 88 and 8F. RGB value is (155,136,143). Sum of RGB (Red+Green+Blue) = 155+136+143=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 155 - color contains mainly: red. Hex color #9B888F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B888F is #647770. Grayscale: #8E8E8E. Windows color (decimal): -6584177 or 9406619. OLE color: 9406619.

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

Color convert

RGB 155 136 143 -
CMYK 0 0.12 0.08 0.39
HSL 337.89º 0.09% 0.57% -
HSV(B) 337.89º 0.12% 0.61% -
XYZ 27.28 26.56 29.68 -
YUV 142.48 128.29 136.93 -
System Red Green Blue C M Y K H S L
Decimal 155 136 143 0 0.12 0.08 0.39 337.89 0.09 0.57
Hex 9B 88 8F 0 C 8 27 152 9 39
Octal 233 210 217 0 14 10 47 522 11 71
Binary 10011011 10001000 10001111 0 1100 1000 100111 101010010 1001 111001

Color Harmonies of #9B888F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B888F

Black with #9B888F

Text Example


Text Example

White with #9B888F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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