Html Css Color HEX #958080 Opium

📋 copy color: '#958080'

red 149 ◦ green 128 ◦ blue 128

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

Shades of Opium #958080

Tints of Opium #958080

RGB

 RED value IS 149 (58.59% from 255) = 36.79%

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

 BLUE value IS 128 (50.39% from 255) = 31.6%

R = 36.79%
G = 31.6%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#958080 (or 0x958080) is known color: Opium. HEX triplet: 95, 80 and 80. RGB value is (149,128,128). Sum of RGB (Red+Green+Blue) = 149+128+128=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 149 - color contains mainly: red. Hex color #958080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958080 is #6A7F7F. Grayscale: #868686. Windows color (decimal): -6979456 or 8421525. OLE color: 8421525.

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

Color convert

RGB 149 128 128 -
CMYK 0 0.14 0.14 0.42
HSL 0.09% 0.54% -
HSV(B) 0.14% 0.58% -
XYZ 24.01 23.39 23.67 -
YUV 134.28 124.46 138.5 -
System Red Green Blue C M Y K H S L
Decimal 149 128 128 0 0.14 0.14 0.42 0 0.09 0.54
Hex 95 80 80 0 E E 2A 0 9 36
Octal 225 200 200 0 16 16 52 0 11 66
Binary 10010101 10000000 10000000 0 1110 1110 101010 0 1001 110110

Color Harmonies of #958080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958080

Black with #958080

Text Example


Text Example

White with #958080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958080; }

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

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

background-color css

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

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

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

border-color css

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

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

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