#95807F

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

Shades of Opium #95807F

Tints of Opium #95807F

Color information

#95807F (or 0x95807F) is unknown color: approx Opium. HEX triplet: 95, 80 and 7F. RGB value is (149,128,127). Sum of RGB (Red+Green+Blue) = 149+128+127=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 149 - color contains mainly: red. Hex color #95807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95807F is #6A7F80. Grayscale: #868686. Windows color (decimal): -6979457 or 8355989. OLE color: 8355989.

HSL color Cylindrical-coordinate representation of color #95807F: hue angle of 2.73º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #95807F is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB149128127-
CMYK00.140.150.42
HSL2.73º9.4%54.12%-
HSV(B)2.73º14.77%58.43%-
XYZ23.9423.3623.33-
YUV134.16123.96138.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.88%
GREEN value IS 128 (50.39% from 255) = 31.68%
BLUE value IS 127 (50% from 255) = 31.44%
R=36.88%
G=31.68%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912812700.140.150.422.739.454.12
Hex95807F0EF2A3936
Octal225200177016175231166
Binary10010101100000001111111011101111101010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95807F; }

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

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

<style>
 a { background-color: #95807F; }

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

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

<style>
 span { border-color: #95807F; }

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

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