Html Css Color HEX #967979 Opium

📋 copy color: '#967979'

red 150 ◦ green 121 ◦ blue 121

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

Shades of Opium #967979

Tints of Opium #967979

RGB

 RED value IS 150 (58.98% from 255) = 38.27%

 GREEN value IS 121 (47.66% from 255) = 30.87%

 BLUE value IS 121 (47.66% from 255) = 30.87%

R = 38.27%
G = 30.87%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#967979 (or 0x967979) is known color: Opium. HEX triplet: 96, 79 and 79. RGB value is (150,121,121). Sum of RGB (Red+Green+Blue) = 150+121+121=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #967979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967979 is #698686. Grayscale: #818181. Windows color (decimal): -6915719 or 7960982. OLE color: 7960982.

HSL color Cylindrical-coordinate representation of color #967979: hue angle of 0º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #967979 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 121 121 -
CMYK 0 0.19 0.19 0.41
HSL 0.12% 0.53% -
HSV(B) 0.19% 0.59% -
XYZ 22.87 21.54 21.04 -
YUV 129.67 123.11 142.5 -
System Red Green Blue C M Y K H S L
Decimal 150 121 121 0 0.19 0.19 0.41 0 0.12 0.53
Hex 96 79 79 0 13 13 29 0 C 35
Octal 226 171 171 0 23 23 51 0 14 65
Binary 10010110 1111001 1111001 0 10011 10011 101001 0 1100 110101

Color Harmonies of #967979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967979

Black with #967979

Text Example


Text Example

White with #967979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967979; }

 p { color: rgb(150,121,121); }

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

background-color css

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

 a { background-color: rgb(150,121,121); }

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

border-color css

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

 span { border-color: rgb(150,121,121); }

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