Html Css Color HEX #967D7B Opium

📋 copy color: '#967D7B'

red 150 ◦ green 125 ◦ blue 123

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

Shades of Opium #967D7B

Tints of Opium #967D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.9%

R = 37.69%
G = 31.41%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#967D7B (or 0x967D7B) is known color: Opium. HEX triplet: 96, 7D and 7B. RGB value is (150,125,123). Sum of RGB (Red+Green+Blue) = 150+125+123=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #967D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967D7B is #698284. Grayscale: #848484. Windows color (decimal): -6914693 or 8093078. OLE color: 8093078.

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

Color convert

RGB 150 125 123 -
CMYK 0 0.17 0.18 0.41
HSL 4.44º 0.11% 0.54% -
HSV(B) 4.44º 0.18% 0.59% -
XYZ 23.49 22.58 21.86 -
YUV 132.25 122.78 140.66 -
System Red Green Blue C M Y K H S L
Decimal 150 125 123 0 0.17 0.18 0.41 4.44 0.11 0.54
Hex 96 7D 7B 0 11 12 29 4 B 36
Octal 226 175 173 0 21 22 51 4 13 66
Binary 10010110 1111101 1111011 0 10001 10010 101001 100 1011 110110

Color Harmonies of #967D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967D7B

Black with #967D7B

Text Example


Text Example

White with #967D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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