#9A807F

Color #9A807F Opium (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Opium #9A807F

Tints of Opium #9A807F

Color information

#9A807F (or 0x9A807F) is unknown color: approx Opium. HEX triplet: 9A, 80 and 7F. RGB value is (154,128,127). Sum of RGB (Red+Green+Blue) = 154+128+127=409 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.65% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 154 - color contains mainly: red. Hex color #9A807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A807F is #657F80. Grayscale: #878787. Windows color (decimal): -6651777 or 8355994. OLE color: 8355994.

HSL color Cylindrical-coordinate representation of color #9A807F: hue angle of 2.22º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9A807F is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB154128127-
CMYK00.170.180.40
HSL2.22º11.79%55.1%-
HSV(B)2.22º17.53%60.39%-
XYZ24.8823.8423.37-
YUV135.66123.11141.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.65%
GREEN value IS 128 (50.39% from 255) = 31.30%
BLUE value IS 127 (50% from 255) = 31.05%
R=37.65%
G=31.30%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15412812700.170.180.402.2211.7955.1
Hex9A807F01112282c37
Octal232200177021225021467
Binary1001101010000000111111101000110010101000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9A807F;
 }
 .AnyTagClassName
 {
   color: #9A807F;
 }
</style>
background-color css

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

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

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

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

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

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