Html Css Color HEX #9E7975 Opium

📋 copy color: '#9E7975'

red 158 ◦ green 121 ◦ blue 117

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

Shades of Opium #9E7975

Tints of Opium #9E7975

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.56%

 BLUE value IS 117 (46.09% from 255) = 29.55%

R = 39.9%
G = 30.56%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9E7975 (or 0x9E7975) is known color: Opium. HEX triplet: 9E, 79 and 75. RGB value is (158,121,117). Sum of RGB (Red+Green+Blue) = 158+121+117=396 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.90% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7975 is #61868A. Grayscale: #838383. Windows color (decimal): -6391435 or 7698846. OLE color: 7698846.

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

Color convert

RGB 158 121 117 -
CMYK 0 0.23 0.26 0.38
HSL 5.85º 0.17% 0.54% -
HSV(B) 5.85º 0.26% 0.62% -
XYZ 24.15 22.23 19.85 -
YUV 131.61 119.76 146.83 -
System Red Green Blue C M Y K H S L
Decimal 158 121 117 0 0.23 0.26 0.38 5.85 0.17 0.54
Hex 9E 79 75 0 17 1A 26 6 11 36
Octal 236 171 165 0 27 32 46 6 21 66
Binary 10011110 1111001 1110101 0 10111 11010 100110 110 10001 110110

Color Harmonies of #9E7975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7975

Black with #9E7975

Text Example


Text Example

White with #9E7975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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