Html Css Color HEX #967A79 Opium

📋 copy color: '#967A79'

red 150 ◦ green 122 ◦ blue 121

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

Shades of Opium #967A79

Tints of Opium #967A79

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.04%

 BLUE value IS 121 (47.66% from 255) = 30.79%

R = 38.17%
G = 31.04%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#967A79 (or 0x967A79) is known color: Opium. HEX triplet: 96, 7A and 79. RGB value is (150,122,121). Sum of RGB (Red+Green+Blue) = 150+122+121=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #967A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967A79 is #698586. Grayscale: #828282. Windows color (decimal): -6915463 or 7961238. OLE color: 7961238.

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

Color convert

RGB 150 122 121 -
CMYK 0 0.19 0.19 0.41
HSL 2.07º 0.12% 0.53% -
HSV(B) 2.07º 0.19% 0.59% -
XYZ 22.99 21.78 21.08 -
YUV 130.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 150 122 121 0 0.19 0.19 0.41 2.07 0.12 0.53
Hex 96 7A 79 0 13 13 29 2 C 35
Octal 226 172 171 0 23 23 51 2 14 65
Binary 10010110 1111010 1111001 0 10011 10011 101001 10 1100 110101

Color Harmonies of #967A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967A79

Black with #967A79

Text Example


Text Example

White with #967A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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