Html Css Color HEX #9B888C Venus

📋 copy color: '#9B888C'

red 155 ◦ green 136 ◦ blue 140

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

Shades of Venus #9B888C

Tints of Venus #9B888C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.48%

R = 35.96%
G = 31.55%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B888C (or 0x9B888C) is known color: Venus. HEX triplet: 9B, 88 and 8C. RGB value is (155,136,140). Sum of RGB (Red+Green+Blue) = 155+136+140=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 155 - color contains mainly: red. Hex color #9B888C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B888C is #647773. Grayscale: #8E8E8E. Windows color (decimal): -6584180 or 9210011. OLE color: 9210011.

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

Color convert

RGB 155 136 140 -
CMYK 0 0.12 0.10 0.39
HSL 347.37º 0.09% 0.57% -
HSV(B) 347.37º 0.12% 0.61% -
XYZ 27.06 26.47 28.49 -
YUV 142.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 155 136 140 0 0.12 0.10 0.39 347.37 0.09 0.57
Hex 9B 88 8C 0 C A 27 15B 9 39
Octal 233 210 214 0 14 12 47 533 11 71
Binary 10011011 10001000 10001100 0 1100 1010 100111 101011011 1001 111001

Color Harmonies of #9B888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B888C

Black with #9B888C

Text Example


Text Example

White with #9B888C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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