Html Css Color HEX #948080 Opium

📋 copy color: '#948080'

red 148 ◦ green 128 ◦ blue 128

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

Shades of Opium #948080

Tints of Opium #948080

RGB

 RED value IS 148 (58.2% from 255) = 36.63%

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

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

R = 36.63%
G = 31.68%
B = 31.68%

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

#948080 (or 0x948080) is known color: Opium. HEX triplet: 94, 80 and 80. RGB value is (148,128,128). Sum of RGB (Red+Green+Blue) = 148+128+128=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 148 - color contains mainly: red. Hex color #948080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948080 is #6B7F7F. Grayscale: #868686. Windows color (decimal): -7044992 or 8421524. OLE color: 8421524.

HSL color Cylindrical-coordinate representation of color #948080: 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 #948080 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 128 128 -
CMYK 0 0.14 0.14 0.42
HSL 0.09% 0.54% -
HSV(B) 0.14% 0.58% -
XYZ 23.83 23.29 23.66 -
YUV 133.98 124.63 138 -
System Red Green Blue C M Y K H S L
Decimal 148 128 128 0 0.14 0.14 0.42 0 0.09 0.54
Hex 94 80 80 0 E E 2A 0 9 36
Octal 224 200 200 0 16 16 52 0 11 66
Binary 10010100 10000000 10000000 0 1110 1110 101010 0 1001 110110

Color Harmonies of #948080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948080

Black with #948080

Text Example


Text Example

White with #948080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948080; }

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

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

background-color css

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

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

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

border-color css

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

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

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