#9A7F7F

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

Shades of Opium #9A7F7F

Tints of Opium #9A7F7F

Color information

#9A7F7F (or 0x9A7F7F) is unknown color: approx Opium. HEX triplet: 9A, 7F and 7F. RGB value is (154,127,127). Sum of RGB (Red+Green+Blue) = 154+127+127=408 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.75% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7F7F is #658080. Grayscale: #878787. Windows color (decimal): -6652033 or 8355738. OLE color: 8355738.

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

Color convert

RGB154127127-
CMYK00.180.180.40
HSL11.79%55.1%-
HSV(B)17.53%60.39%-
XYZ24.7523.5823.33-
YUV135.07123.45141.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.75%
GREEN value IS 127 (50% from 255) = 31.13%
BLUE value IS 127 (50% from 255) = 31.13%
R=37.75%
G=31.13%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15412712700.180.180.40011.7955.1
Hex9A7F7F01212280c37
Octal232177177022225001467
Binary10011010111111111111110100101001010100001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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