Html Css Color HEX #9F7874 Opium

📋 copy color: '#9F7874'

red 159 ◦ green 120 ◦ blue 116

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

Shades of Opium #9F7874

Tints of Opium #9F7874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.37%

R = 40.25%
G = 30.38%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9F7874 (or 0x9F7874) is known color: Opium. HEX triplet: 9F, 78 and 74. RGB value is (159,120,116). Sum of RGB (Red+Green+Blue) = 159+120+116=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 120 (47.27% from 255 or 30.38% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7874 is #60878B. Grayscale: #838383. Windows color (decimal): -6326156 or 7633055. OLE color: 7633055.

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

Color convert

RGB 159 120 116 -
CMYK 0 0.25 0.27 0.38
HSL 5.58º 0.18% 0.54% -
HSV(B) 5.58º 0.27% 0.62% -
XYZ 24.17 22.06 19.51 -
YUV 131.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 159 120 116 0 0.25 0.27 0.38 5.58 0.18 0.54
Hex 9F 78 74 0 19 1B 26 6 12 36
Octal 237 170 164 0 31 33 46 6 22 66
Binary 10011111 1111000 1110100 0 11001 11011 100110 110 10010 110110

Color Harmonies of #9F7874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7874

Black with #9F7874

Text Example


Text Example

White with #9F7874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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