Html Css Color HEX #9F8B8E Venus

📋 copy color: '#9F8B8E'

red 159 ◦ green 139 ◦ blue 142

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

Shades of Venus #9F8B8E

Tints of Venus #9F8B8E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.59%

 BLUE value IS 142 (55.86% from 255) = 32.27%

R = 36.14%
G = 31.59%
B = 32.27%

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

#9F8B8E (or 0x9F8B8E) is known color: Venus. HEX triplet: 9F, 8B and 8E. RGB value is (159,139,142). Sum of RGB (Red+Green+Blue) = 159+139+142=440 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.14% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8B8E is #607471. Grayscale: #919191. Windows color (decimal): -6321266 or 9341855. OLE color: 9341855.

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

Color convert

RGB 159 139 142 -
CMYK 0 0.13 0.11 0.38
HSL 351º 0.09% 0.58% -
HSV(B) 351º 0.13% 0.62% -
XYZ 28.41 27.79 29.46 -
YUV 145.32 126.13 137.76 -
System Red Green Blue C M Y K H S L
Decimal 159 139 142 0 0.13 0.11 0.38 351 0.09 0.58
Hex 9F 8B 8E 0 D B 26 15F 9 3A
Octal 237 213 216 0 15 13 46 537 11 72
Binary 10011111 10001011 10001110 0 1101 1011 100110 101011111 1001 111010

Color Harmonies of #9F8B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8B8E

Black with #9F8B8E

Text Example


Text Example

White with #9F8B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,139,142); }

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

background-color css

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

 a { background-color: rgb(159,139,142); }

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

border-color css

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

 span { border-color: rgb(159,139,142); }

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