Html Css Color HEX #9B888B Venus

📋 copy color: '#9B888B'

red 155 ◦ green 136 ◦ blue 139

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

Shades of Venus #9B888B

Tints of Venus #9B888B

RGB

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

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

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

R = 36.05%
G = 31.63%
B = 32.33%

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

#9B888B (or 0x9B888B) is known color: Venus. HEX triplet: 9B, 88 and 8B. RGB value is (155,136,139). Sum of RGB (Red+Green+Blue) = 155+136+139=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 155 - color contains mainly: red. Hex color #9B888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B888B is #647774. Grayscale: #8E8E8E. Windows color (decimal): -6584181 or 9144475. OLE color: 9144475.

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

Color convert

RGB 155 136 139 -
CMYK 0 0.12 0.10 0.39
HSL 350.53º 0.09% 0.57% -
HSV(B) 350.53º 0.12% 0.61% -
XYZ 26.98 26.44 28.11 -
YUV 142.02 126.29 137.26 -
System Red Green Blue C M Y K H S L
Decimal 155 136 139 0 0.12 0.10 0.39 350.53 0.09 0.57
Hex 9B 88 8B 0 C A 27 15F 9 39
Octal 233 210 213 0 14 12 47 537 11 71
Binary 10011011 10001000 10001011 0 1100 1010 100111 101011111 1001 111001

Color Harmonies of #9B888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B888B

Black with #9B888B

Text Example


Text Example

White with #9B888B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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