Html Css Color HEX #9D888C Venus

📋 copy color: '#9D888C'

red 157 ◦ green 136 ◦ blue 140

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

Shades of Venus #9D888C

Tints of Venus #9D888C

RGB

 RED value IS 157 (61.72% from 255) = 36.26%

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

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

R = 36.26%
G = 31.41%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9D888C (or 0x9D888C) is known color: Venus. HEX triplet: 9D, 88 and 8C. RGB value is (157,136,140). Sum of RGB (Red+Green+Blue) = 157+136+140=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 157 - color contains mainly: red. Hex color #9D888C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D888C is #627773. Grayscale: #8E8E8E. Windows color (decimal): -6453108 or 9210013. OLE color: 9210013.

HSL color Cylindrical-coordinate representation of color #9D888C: hue angle of 348.57º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9D888C is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 136 140 -
CMYK 0 0.13 0.11 0.38
HSL 348.57º 0.1% 0.57% -
HSV(B) 348.57º 0.13% 0.62% -
XYZ 27.44 26.67 28.51 -
YUV 142.74 126.46 138.17 -
System Red Green Blue C M Y K H S L
Decimal 157 136 140 0 0.13 0.11 0.38 348.57 0.1 0.57
Hex 9D 88 8C 0 D B 26 15D A 39
Octal 235 210 214 0 15 13 46 535 12 71
Binary 10011101 10001000 10001100 0 1101 1011 100110 101011101 1010 111001

Color Harmonies of #9D888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D888C

Black with #9D888C

Text Example


Text Example

White with #9D888C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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