Html Css Color HEX #9F807F Opium

📋 copy color: '#9F807F'

red 159 ◦ green 128 ◦ blue 127

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

Shades of Opium #9F807F

Tints of Opium #9F807F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.92%

 BLUE value IS 127 (50% from 255) = 30.68%

R = 38.41%
G = 30.92%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9F807F (or 0x9F807F) is known color: Opium. HEX triplet: 9F, 80 and 7F. RGB value is (159,128,127). Sum of RGB (Red+Green+Blue) = 159+128+127=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 159 - color contains mainly: red. Hex color #9F807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F807F is #607F80. Grayscale: #898989. Windows color (decimal): -6324097 or 8355999. OLE color: 8355999.

HSL color Cylindrical-coordinate representation of color #9F807F: hue angle of 1.88º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9F807F is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 128 127 -
CMYK 0 0.19 0.20 0.38
HSL 1.88º 0.14% 0.56% -
HSV(B) 1.88º 0.2% 0.62% -
XYZ 25.85 24.34 23.41 -
YUV 137.16 122.27 143.58 -
System Red Green Blue C M Y K H S L
Decimal 159 128 127 0 0.19 0.20 0.38 1.88 0.14 0.56
Hex 9F 80 7F 0 13 14 26 2 E 38
Octal 237 200 177 0 23 24 46 2 16 70
Binary 10011111 10000000 1111111 0 10011 10100 100110 10 1110 111000

Color Harmonies of #9F807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F807F

Black with #9F807F

Text Example


Text Example

White with #9F807F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,128,127); }

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

background-color css

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

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

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

border-color css

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

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

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