Html Css Color HEX #9F8C90 Venus

📋 copy color: '#9F8C90'

red 159 ◦ green 140 ◦ blue 144

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

Shades of Venus #9F8C90

Tints of Venus #9F8C90

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.6%

 BLUE value IS 144 (56.64% from 255) = 32.51%

R = 35.89%
G = 31.6%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9F8C90 (or 0x9F8C90) is known color: Venus. HEX triplet: 9F, 8C and 90. RGB value is (159,140,144). Sum of RGB (Red+Green+Blue) = 159+140+144=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8C90 is #60736F. Grayscale: #929292. Windows color (decimal): -6321008 or 9473183. OLE color: 9473183.

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

Color convert

RGB 159 140 144 -
CMYK 0 0.12 0.09 0.38
HSL 347.37º 0.09% 0.59% -
HSV(B) 347.37º 0.12% 0.62% -
XYZ 28.71 28.14 30.3 -
YUV 146.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 159 140 144 0 0.12 0.09 0.38 347.37 0.09 0.59
Hex 9F 8C 90 0 C 9 26 15B 9 3B
Octal 237 214 220 0 14 11 46 533 11 73
Binary 10011111 10001100 10010000 0 1100 1001 100110 101011011 1001 111011

Color Harmonies of #9F8C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8C90

Black with #9F8C90

Text Example


Text Example

White with #9F8C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,140,144); }

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

background-color css

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

 a { background-color: rgb(159,140,144); }

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

border-color css

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

 span { border-color: rgb(159,140,144); }

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