Html Css Color HEX #9F8C8C Opium

📋 copy color: '#9F8C8C'

red 159 ◦ green 140 ◦ blue 140

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

Shades of Opium #9F8C8C

Tints of Opium #9F8C8C

RGB

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

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

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

R = 36.22%
G = 31.89%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9F8C8C (or 0x9F8C8C) is known color: Opium. HEX triplet: 9F, 8C and 8C. RGB value is (159,140,140). Sum of RGB (Red+Green+Blue) = 159+140+140=439 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.22% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8C8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8C8C is #607373. Grayscale: #919191. Windows color (decimal): -6321012 or 9211039. OLE color: 9211039.

HSL color Cylindrical-coordinate representation of color #9F8C8C: hue angle of 0º 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 #9F8C8C is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 140 140 -
CMYK 0 0.12 0.12 0.38
HSL 0.09% 0.59% -
HSV(B) 0.12% 0.62% -
XYZ 28.41 28.02 28.72 -
YUV 145.68 124.79 137.5 -
System Red Green Blue C M Y K H S L
Decimal 159 140 140 0 0.12 0.12 0.38 0 0.09 0.59
Hex 9F 8C 8C 0 C C 26 0 9 3B
Octal 237 214 214 0 14 14 46 0 11 73
Binary 10011111 10001100 10001100 0 1100 1100 100110 0 1001 111011

Color Harmonies of #9F8C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8C8C

Black with #9F8C8C

Text Example


Text Example

White with #9F8C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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