Html Css Color HEX #967E7D Opium

📋 copy color: '#967E7D'

red 150 ◦ green 126 ◦ blue 125

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

Shades of Opium #967E7D

Tints of Opium #967E7D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.42%

 BLUE value IS 125 (49.22% from 255) = 31.17%

R = 37.41%
G = 31.42%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#967E7D (or 0x967E7D) is known color: Opium. HEX triplet: 96, 7E and 7D. RGB value is (150,126,125). Sum of RGB (Red+Green+Blue) = 150+126+125=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #967E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967E7D is #698182. Grayscale: #858585. Windows color (decimal): -6914435 or 8224406. OLE color: 8224406.

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

Color convert

RGB 150 126 125 -
CMYK 0 0.16 0.17 0.41
HSL 2.4º 0.11% 0.54% -
HSV(B) 2.4º 0.17% 0.59% -
XYZ 23.74 22.89 22.57 -
YUV 133.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 150 126 125 0 0.16 0.17 0.41 2.4 0.11 0.54
Hex 96 7E 7D 0 10 11 29 2 B 36
Octal 226 176 175 0 20 21 51 2 13 66
Binary 10010110 1111110 1111101 0 10000 10001 101001 10 1011 110110

Color Harmonies of #967E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967E7D

Black with #967E7D

Text Example


Text Example

White with #967E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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