Html Css Color HEX #967C7C Opium

📋 copy color: '#967C7C'

red 150 ◦ green 124 ◦ blue 124

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

Shades of Opium #967C7C

Tints of Opium #967C7C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.16%

 BLUE value IS 124 (48.83% from 255) = 31.16%

R = 37.69%
G = 31.16%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#967C7C (or 0x967C7C) is known color: Opium. HEX triplet: 96, 7C and 7C. RGB value is (150,124,124). Sum of RGB (Red+Green+Blue) = 150+124+124=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #967C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967C7C is #698383. Grayscale: #838383. Windows color (decimal): -6914948 or 8158358. OLE color: 8158358.

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

Color convert

RGB 150 124 124 -
CMYK 0 0.17 0.17 0.41
HSL 0.11% 0.54% -
HSV(B) 0.17% 0.59% -
XYZ 23.42 22.35 22.15 -
YUV 131.77 123.61 141 -
System Red Green Blue C M Y K H S L
Decimal 150 124 124 0 0.17 0.17 0.41 0 0.11 0.54
Hex 96 7C 7C 0 11 11 29 0 B 36
Octal 226 174 174 0 21 21 51 0 13 66
Binary 10010110 1111100 1111100 0 10001 10001 101001 0 1011 110110

Color Harmonies of #967C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967C7C

Black with #967C7C

Text Example


Text Example

White with #967C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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