Html Css Color HEX #967D7A Opium

📋 copy color: '#967D7A'

red 150 ◦ green 125 ◦ blue 122

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

Shades of Opium #967D7A

Tints of Opium #967D7A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.49%

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

R = 37.78%
G = 31.49%
B = 30.73%

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

#967D7A (or 0x967D7A) is known color: Opium. HEX triplet: 96, 7D and 7A. RGB value is (150,125,122). Sum of RGB (Red+Green+Blue) = 150+125+122=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #967D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967D7A is #698285. Grayscale: #848484. Windows color (decimal): -6914694 or 8027542. OLE color: 8027542.

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

Color convert

RGB 150 125 122 -
CMYK 0 0.17 0.19 0.41
HSL 6.43º 0.12% 0.53% -
HSV(B) 6.43º 0.19% 0.59% -
XYZ 23.42 22.56 21.53 -
YUV 132.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 150 125 122 0 0.17 0.19 0.41 6.43 0.12 0.53
Hex 96 7D 7A 0 11 13 29 6 C 35
Octal 226 175 172 0 21 23 51 6 14 65
Binary 10010110 1111101 1111010 0 10001 10011 101001 110 1100 110101

Color Harmonies of #967D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967D7A

Black with #967D7A

Text Example


Text Example

White with #967D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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