Html Css Color HEX #967C7A Opium

📋 copy color: '#967C7A'

red 150 ◦ green 124 ◦ blue 122

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

Shades of Opium #967C7A

Tints of Opium #967C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.81%

R = 37.88%
G = 31.31%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#967C7A (or 0x967C7A) is known color: Opium. HEX triplet: 96, 7C and 7A. RGB value is (150,124,122). Sum of RGB (Red+Green+Blue) = 150+124+122=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #967C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967C7A is #698385. Grayscale: #838383. Windows color (decimal): -6914950 or 8027286. OLE color: 8027286.

HSL color Cylindrical-coordinate representation of color #967C7A: hue angle of 4.29º 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 #967C7A is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 124 122 -
CMYK 0 0.17 0.19 0.41
HSL 4.29º 0.12% 0.53% -
HSV(B) 4.29º 0.19% 0.59% -
XYZ 23.3 22.3 21.49 -
YUV 131.55 122.61 141.16 -
System Red Green Blue C M Y K H S L
Decimal 150 124 122 0 0.17 0.19 0.41 4.29 0.12 0.53
Hex 96 7C 7A 0 11 13 29 4 C 35
Octal 226 174 172 0 21 23 51 4 14 65
Binary 10010110 1111100 1111010 0 10001 10011 101001 100 1100 110101

Color Harmonies of #967C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967C7A

Black with #967C7A

Text Example


Text Example

White with #967C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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