Html Css Color HEX #9F807E Opium

📋 copy color: '#9F807E'

red 159 ◦ green 128 ◦ blue 126

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

Shades of Opium #9F807E

Tints of Opium #9F807E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.51%

R = 38.5%
G = 30.99%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F807E (or 0x9F807E) is known color: Opium. HEX triplet: 9F, 80 and 7E. RGB value is (159,128,126). Sum of RGB (Red+Green+Blue) = 159+128+126=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 159 - color contains mainly: red. Hex color #9F807E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F807E is #607F81. Grayscale: #898989. Windows color (decimal): -6324098 or 8290463. OLE color: 8290463.

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

Color convert

RGB 159 128 126 -
CMYK 0 0.19 0.21 0.38
HSL 3.64º 0.15% 0.56% -
HSV(B) 3.64º 0.21% 0.62% -
XYZ 25.78 24.32 23.07 -
YUV 137.04 121.77 143.66 -
System Red Green Blue C M Y K H S L
Decimal 159 128 126 0 0.19 0.21 0.38 3.64 0.15 0.56
Hex 9F 80 7E 0 13 15 26 4 F 38
Octal 237 200 176 0 23 25 46 4 17 70
Binary 10011111 10000000 1111110 0 10011 10101 100110 100 1111 111000

Color Harmonies of #9F807E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F807E

Black with #9F807E

Text Example


Text Example

White with #9F807E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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