Html Css Color HEX #9F7C78 Opium

📋 copy color: '#9F7C78'

red 159 ◦ green 124 ◦ blue 120

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

Shades of Opium #9F7C78

Tints of Opium #9F7C78

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.77%

 BLUE value IS 120 (47.27% from 255) = 29.78%

R = 39.45%
G = 30.77%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9F7C78 (or 0x9F7C78) is known color: Opium. HEX triplet: 9F, 7C and 78. RGB value is (159,124,120). Sum of RGB (Red+Green+Blue) = 159+124+120=403 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.45% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7C78 is #608387. Grayscale: #868686. Windows color (decimal): -6325128 or 7896223. OLE color: 7896223.

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

Color convert

RGB 159 124 120 -
CMYK 0 0.22 0.25 0.38
HSL 6.15º 0.17% 0.55% -
HSV(B) 6.15º 0.25% 0.62% -
XYZ 24.9 23.14 20.92 -
YUV 134.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 159 124 120 0 0.22 0.25 0.38 6.15 0.17 0.55
Hex 9F 7C 78 0 16 19 26 6 11 37
Octal 237 174 170 0 26 31 46 6 21 67
Binary 10011111 1111100 1111000 0 10110 11001 100110 110 10001 110111

Color Harmonies of #9F7C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7C78

Black with #9F7C78

Text Example


Text Example

White with #9F7C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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