Html Css Color HEX #967F7E Opium

📋 copy color: '#967F7E'

red 150 ◦ green 127 ◦ blue 126

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

Shades of Opium #967F7E

Tints of Opium #967F7E

RGB

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

 GREEN value IS 127 (50% from 255) = 31.51%

 BLUE value IS 126 (49.61% from 255) = 31.27%

R = 37.22%
G = 31.51%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#967F7E (or 0x967F7E) is known color: Opium. HEX triplet: 96, 7F and 7E. RGB value is (150,127,126). Sum of RGB (Red+Green+Blue) = 150+127+126=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 150 - color contains mainly: red. Hex color #967F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967F7E is #698081. Grayscale: #858585. Windows color (decimal): -6914178 or 8290198. OLE color: 8290198.

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

Color convert

RGB 150 127 126 -
CMYK 0 0.15 0.16 0.41
HSL 2.5º 0.1% 0.54% -
HSV(B) 2.5º 0.16% 0.59% -
XYZ 23.93 23.17 22.95 -
YUV 133.76 123.62 139.58 -
System Red Green Blue C M Y K H S L
Decimal 150 127 126 0 0.15 0.16 0.41 2.5 0.1 0.54
Hex 96 7F 7E 0 F 10 29 2 A 36
Octal 226 177 176 0 17 20 51 2 12 66
Binary 10010110 1111111 1111110 0 1111 10000 101001 10 1010 110110

Color Harmonies of #967F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967F7E

Black with #967F7E

Text Example


Text Example

White with #967F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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