Html Css Color HEX #9F7876 Opium

📋 copy color: '#9F7876'

red 159 ◦ green 120 ◦ blue 118

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

Shades of Opium #9F7876

Tints of Opium #9F7876

RGB

 RED value IS 159 (62.5% from 255) = 40.05%

 GREEN value IS 120 (47.27% from 255) = 30.23%

 BLUE value IS 118 (46.48% from 255) = 29.72%

R = 40.05%
G = 30.23%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9F7876 (or 0x9F7876) is known color: Opium. HEX triplet: 9F, 78 and 76. RGB value is (159,120,118). Sum of RGB (Red+Green+Blue) = 159+120+118=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7876 is #608789. Grayscale: #838383. Windows color (decimal): -6326154 or 7764127. OLE color: 7764127.

HSL color Cylindrical-coordinate representation of color #9F7876: hue angle of 2.93º degrees, saturation: 0.18, 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 #9F7876 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 120 118 -
CMYK 0 0.25 0.26 0.38
HSL 2.93º 0.18% 0.54% -
HSV(B) 2.93º 0.26% 0.62% -
XYZ 24.28 22.11 20.13 -
YUV 131.43 120.42 147.66 -
System Red Green Blue C M Y K H S L
Decimal 159 120 118 0 0.25 0.26 0.38 2.93 0.18 0.54
Hex 9F 78 76 0 19 1A 26 3 12 36
Octal 237 170 166 0 31 32 46 3 22 66
Binary 10011111 1111000 1110110 0 11001 11010 100110 11 10010 110110

Color Harmonies of #9F7876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7876

Black with #9F7876

Text Example


Text Example

White with #9F7876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,120,118); }

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

background-color css

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

 a { background-color: rgb(159,120,118); }

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

border-color css

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

 span { border-color: rgb(159,120,118); }

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