Html Css Color HEX #9F8387 Venus

📋 copy color: '#9F8387'

red 159 ◦ green 131 ◦ blue 135

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

Shades of Venus #9F8387

Tints of Venus #9F8387

RGB

 RED value IS 159 (62.5% from 255) = 37.41%

 GREEN value IS 131 (51.56% from 255) = 30.82%

 BLUE value IS 135 (53.13% from 255) = 31.76%

R = 37.41%
G = 30.82%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#9F8387 (or 0x9F8387) is known color: Venus. HEX triplet: 9F, 83 and 87. RGB value is (159,131,135). Sum of RGB (Red+Green+Blue) = 159+131+135=425 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.41% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8387 is #607C78. Grayscale: #8B8B8B. Windows color (decimal): -6323321 or 8881055. OLE color: 8881055.

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

Color convert

RGB 159 131 135 -
CMYK 0 0.18 0.15 0.38
HSL 351.43º 0.13% 0.57% -
HSV(B) 351.43º 0.18% 0.62% -
XYZ 26.79 25.35 26.4 -
YUV 139.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 159 131 135 0 0.18 0.15 0.38 351.43 0.13 0.57
Hex 9F 83 87 0 12 F 26 15F D 39
Octal 237 203 207 0 22 17 46 537 15 71
Binary 10011111 10000011 10000111 0 10010 1111 100110 101011111 1101 111001

Color Harmonies of #9F8387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8387

Black with #9F8387

Text Example


Text Example

White with #9F8387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,131,135); }

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

background-color css

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

 a { background-color: rgb(159,131,135); }

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

border-color css

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

 span { border-color: rgb(159,131,135); }

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