#997877

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

Shades of Opium #997877

Tints of Opium #997877

Color information

#997877 (or 0x997877) is unknown color: approx Opium. HEX triplet: 99, 78 and 77. RGB value is (153,120,119). Sum of RGB (Red+Green+Blue) = 153+120+119=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 153 - color contains mainly: red. Hex color #997877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997877 is #668788. Grayscale: #818181. Windows color (decimal): -6719369 or 7829657. OLE color: 7829657.

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

Color convert

RGB153120119-
CMYK00.220.220.4
HSL1.76º14.29%53.33%-
HSV(B)1.76º22.22%60%-
XYZ23.1821.5420.39-
YUV129.75121.93144.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.03%
GREEN value IS 120 (47.27% from 255) = 30.61%
BLUE value IS 119 (46.88% from 255) = 30.36%
R=39.03%
G=30.61%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312011900.220.220.41.7614.2953.33
Hex99787701616282e35
Octal231170167026265021665
Binary100110011111000111011101011010110101000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997877; }

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

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

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

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

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

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

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

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