Html Css Color HEX #9E7D79 Opium

📋 copy color: '#9E7D79'

red 158 ◦ green 125 ◦ blue 121

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

Shades of Opium #9E7D79

Tints of Opium #9E7D79

RGB

 RED value IS 158 (62.11% from 255) = 39.11%

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

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

R = 39.11%
G = 30.94%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9E7D79 (or 0x9E7D79) is known color: Opium. HEX triplet: 9E, 7D and 79. RGB value is (158,125,121). Sum of RGB (Red+Green+Blue) = 158+125+121=404 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.11% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7D79 is #618286. Grayscale: #868686. Windows color (decimal): -6390407 or 7962014. OLE color: 7962014.

HSL color Cylindrical-coordinate representation of color #9E7D79: hue angle of 6.49º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9E7D79 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 125 121 -
CMYK 0 0.21 0.23 0.38
HSL 6.49º 0.16% 0.55% -
HSV(B) 6.49º 0.23% 0.62% -
XYZ 24.89 23.32 21.28 -
YUV 134.41 120.43 144.83 -
System Red Green Blue C M Y K H S L
Decimal 158 125 121 0 0.21 0.23 0.38 6.49 0.16 0.55
Hex 9E 7D 79 0 15 17 26 6 10 37
Octal 236 175 171 0 25 27 46 6 20 67
Binary 10011110 1111101 1111001 0 10101 10111 100110 110 10000 110111

Color Harmonies of #9E7D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7D79

Black with #9E7D79

Text Example


Text Example

White with #9E7D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E7D79; }

 p { color: rgb(158,125,121); }

 H1.HeaderClassName
 {
   color: #9E7D79;
 }
 .AnyTagClassName
 {
   color: #9E7D79;
 }
</style>

background-color css

<style>
 a { background-color: #9E7D79; }

 a { background-color: rgb(158,125,121); }

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

border-color css

<style>
 span { border-color: #9E7D79; }

 span { border-color: rgb(158,125,121); }

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