Html Css Color HEX #967F7D Opium

📋 copy color: '#967F7D'

red 150 ◦ green 127 ◦ blue 125

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

Shades of Opium #967F7D

Tints of Opium #967F7D

RGB

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

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

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

R = 37.31%
G = 31.59%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#967F7D (or 0x967F7D) is known color: Opium. HEX triplet: 96, 7F and 7D. RGB value is (150,127,125). Sum of RGB (Red+Green+Blue) = 150+127+125=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 150 - color contains mainly: red. Hex color #967F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967F7D is #698082. Grayscale: #858585. Windows color (decimal): -6914179 or 8224662. OLE color: 8224662.

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

Color convert

RGB 150 127 125 -
CMYK 0 0.15 0.17 0.41
HSL 4.8º 0.11% 0.54% -
HSV(B) 4.8º 0.17% 0.59% -
XYZ 23.87 23.14 22.61 -
YUV 133.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 150 127 125 0 0.15 0.17 0.41 4.8 0.11 0.54
Hex 96 7F 7D 0 F 11 29 5 B 36
Octal 226 177 175 0 17 21 51 5 13 66
Binary 10010110 1111111 1111101 0 1111 10001 101001 101 1011 110110

Color Harmonies of #967F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967F7D

Black with #967F7D

Text Example


Text Example

White with #967F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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