#997876

Color #997876 Opium (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Opium #997876

Tints of Opium #997876

Color information

#997876 (or 0x997876) is unknown color: approx Opium. HEX triplet: 99, 78 and 76. RGB value is (153,120,118). Sum of RGB (Red+Green+Blue) = 153+120+118=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #997876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997876 is #668789. Grayscale: #818181. Windows color (decimal): -6719370 or 7764121. OLE color: 7764121.

HSL color Cylindrical-coordinate representation of color #997876: hue angle of 3.43º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #997876 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB153120118-
CMYK00.220.230.4
HSL3.43º14.64%53.14%-
HSV(B)3.43º22.88%60%-
XYZ23.1221.5120.07-
YUV129.64121.43144.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.13%
GREEN value IS 120 (47.27% from 255) = 30.69%
BLUE value IS 118 (46.48% from 255) = 30.18%
R=39.13%
G=30.69%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312011800.220.230.43.4314.6453.14
Hex99787601617283f35
Octal231170166026275031765
Binary100110011111000111011001011010111101000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997876; }

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

 H1.HeaderClassName
 {
   color: #997876;
 }
 .AnyTagClassName
 {
   color: #997876;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #997876;
 }
 .BgClassName
 {
   background-color: #997876;
 }
</style>
border-color css

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

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

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