Html Css Color HEX #9D878D Venus

📋 copy color: '#9D878D'

red 157 ◦ green 135 ◦ blue 141

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

Shades of Venus #9D878D

Tints of Venus #9D878D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.18%

 BLUE value IS 141 (55.47% from 255) = 32.56%

R = 36.26%
G = 31.18%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D878D (or 0x9D878D) is known color: Venus. HEX triplet: 9D, 87 and 8D. RGB value is (157,135,141). Sum of RGB (Red+Green+Blue) = 157+135+141=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 157 - color contains mainly: red. Hex color #9D878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D878D is #627872. Grayscale: #8E8E8E. Windows color (decimal): -6453363 or 9275293. OLE color: 9275293.

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

Color convert

RGB 157 135 141 -
CMYK 0 0.14 0.10 0.38
HSL 343.64º 0.1% 0.57% -
HSV(B) 343.64º 0.14% 0.62% -
XYZ 27.38 26.42 28.86 -
YUV 142.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 157 135 141 0 0.14 0.10 0.38 343.64 0.1 0.57
Hex 9D 87 8D 0 E A 26 158 A 39
Octal 235 207 215 0 16 12 46 530 12 71
Binary 10011101 10000111 10001101 0 1110 1010 100110 101011000 1010 111001

Color Harmonies of #9D878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D878D

Black with #9D878D

Text Example


Text Example

White with #9D878D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,135,141); }

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

background-color css

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

 a { background-color: rgb(157,135,141); }

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

border-color css

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

 span { border-color: rgb(157,135,141); }

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